blob: 578b34ffb6876e93e581256324a4ccd1f7341871 (
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]-->
',
);
?>
|