Ignore:
Timestamp:
Mar 18, 2010, 7:40:00 PM (14 years ago)
Author:
rvelices
Message:
  • 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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/Sylvia/themeconf.inc.php

    r5123 r5177  
    11<?php
    22$themeconf = array(
    3   'theme'         => 'Sylvia',
     3  'name'         => 'Sylvia',
    44  'parent'        => 'default',
    55  'icon_dir'      => 'themes/Sylvia/icon',
Note: See TracChangeset for help on using the changeset viewer.