source: trunk/template/yoga/theme/clear/themeconf.inc.php @ 960

Last change on this file since 960 was 960, checked in by chrisaga, 18 years ago

improve template : split theme from template itself

rest of the job : template (yoga), themes (clear dark), and php to handle them

File size: 266 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'yoga',
4  'theme' => 'clear',
5  'icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon',
6  'admin_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/admin',
7  'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mymetypes'
8);
9?>
Note: See TracBrowser for help on using the repository browser.