feature 1502: $themeconf['load_css_parent'] apply recursively

git-svn-id: http://piwigo.org/svn/trunk@5993 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2010-04-29 12:51:19 +00:00
parent a2ccb9a5c9
commit 53f66ba4ef
+1 -1
View File
@@ -112,7 +112,7 @@ class Template {
{
if (!isset($themeconf['load_parent_css']))
{
$themeconf['load_parent_css'] = true;
$themeconf['load_parent_css'] = $load_css;
}
$this->set_theme($root, $themeconf['parent'], $path, $themeconf['load_parent_css']);
}