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

Last change on this file since 6323 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
Line 
1<?php
2$themeconf = array(
3  'name'    => 'clear',
4  'parent'   => 'default',
5  'admin_icon_dir' => 'admin/themes/clear/icon',
6);
7?>
Note: See TracBrowser for help on using the repository browser.