blob: 0a96b94aa8b83ba46451921eb72baa7509859d15 (
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/mymetypes'
);
?>
|