blob: 9785a2916e4f21894db647a06e54924eaf976393 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
$themeconf = array(
'template' => 'yoga',
'theme' => 'dark',
'icon_dir' => 'template/yoga/icon',
'admin_icon_dir' => 'template/yoga/icon/admin',
'mime_icon_dir' => 'template/yoga/icon/mimetypes/'
);
?>
|