blob: 3c99c66cd6b8a12cd913eec3b3a8aad2c52893f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
$themeconf = array(
'template' => 'yoga',
'theme' => 'Sylvia',
'icon_dir' => 'template/yoga/theme/Sylvia/icon',
'admin_icon_dir' => 'template/yoga/icon/admin',
'mime_icon_dir' => 'template/yoga/theme/Sylvia/icon/mimetypes/',
'local_head' => '
<!--[if IE]>
<link rel="stylesheet" href="template/yoga/theme/Sylvia/theme-ie.css" type="text/css">
<![endif]-->
',
);
?>
|