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/default/themeconf.inc.php

    r5123 r5177  
    11<?php
    22$themeconf = array(
    3   'theme'         => 'default',
     3  'name'         => 'default',
    44  'icon_dir'      => 'themes/default/icon',
    55  'mime_icon_dir' => 'themes/default/icon/mimetypes/',
     6  'local_head'    => 'local_head.tpl',
    67);
    78?>
Note: See TracChangeset for help on using the changeset viewer.