source: trunk/admin/themes/clear/themeconf.inc.php @ 13052

Last change on this file since 13052 was 5177, checked in by rvelices, 14 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: 139 bytes
RevLine 
[5090]1<?php
2$themeconf = array(
[5177]3  'name'    => 'clear',
[5123]4  'parent'   => 'default',
5  'admin_icon_dir' => 'admin/themes/clear/icon',
[5090]6);
7?>
Note: See TracBrowser for help on using the repository browser.