Last change
on this file since 5510 was
5177,
checked in by rvelices, 15 years ago
|
- allow template class to be instantiated with an empty theme (in plugins for example)
- local_head must now be defined in the themeconf.inc.php otherwise not taken into account (avoid several calls to file_exists)
- renamed themeconftheme to themeconfname (this is what it is themeconf[theme] is confusing)
|
File size:
201 bytes
|
Line | |
---|
1 | <?php |
---|
2 | $themeconf = array( |
---|
3 | 'name' => 'default', |
---|
4 | 'icon_dir' => 'themes/default/icon', |
---|
5 | 'mime_icon_dir' => 'themes/default/icon/mimetypes/', |
---|
6 | 'local_head' => 'local_head.tpl', |
---|
7 | ); |
---|
8 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.