Changeset 5993


Ignore:
Timestamp:
Apr 29, 2010, 2:51:19 PM (14 years ago)
Author:
patdenice
Message:

feature 1502: $themeconfload_css_parent apply recursively

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r5991 r5993  
    113113      if (!isset($themeconf['load_parent_css']))
    114114      {
    115         $themeconf['load_parent_css'] = true;
     115        $themeconf['load_parent_css'] = $load_css;
    116116      }
    117117      $this->set_theme($root, $themeconf['parent'], $path, $themeconf['load_parent_css']);
Note: See TracChangeset for help on using the changeset viewer.