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