source: trunk/admin/themes/roma/themeconf.inc.php @ 5177

Last change on this file since 5177 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)
  • Property svn:eol-style set to LF
File size: 78 bytes
Line 
1<?php
2$themeconf = array(
3  'name'  => 'roma',
4  'parent' => 'default',
5);
6?>
Note: See TracBrowser for help on using the repository browser.