blob: 66b953bce1de38c4faa2f195de8a3d1fde5886bc (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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' => '',
);
?>
|