source:
extensions/simple_themes/white/themeconf.inc.php
Last change on this file was 4708, checked in by , 15 years ago | |
---|---|
File size: 322 bytes |
Rev | Line | |
---|---|---|
[4708] | 1 | <?php |
2 | $themeconf = array( | |
3 | 'template' => 'simple', | |
4 | 'theme' => 'white', | |
5 | 'template_dir' => 'template/simple', | |
6 | 'icon_dir' => 'template/simple/icon', | |
7 | 'admin_icon_dir' => 'template/simple/icon', | |
8 | 'mime_icon_dir' => 'template/simple/icon/mimetypes/', | |
9 | 'local_head' => '<!-- no theme specific head content -->', | |
10 | ); | |
11 | ?> |
Note: See TracBrowser
for help on using the repository browser.