aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-04-29 12:51:19 +0000
committerpatdenice <patdenice@piwigo.org>2010-04-29 12:51:19 +0000
commit53f66ba4ef2f8c3ca89e32fe6ce90fa72e1245e1 (patch)
treeea4f218000ea90c283db2fc884138ecfd9175993 /include/template.class.php
parenta2ccb9a5c9394d83876fb76a97e2dc0b8557737b (diff)
feature 1502: $themeconf['load_css_parent'] apply recursively
git-svn-id: http://piwigo.org/svn/trunk@5993 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/template.class.php')
-rw-r--r--include/template.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.class.php b/include/template.class.php
index 7a5baf5ef..f85bcc03f 100644
--- a/include/template.class.php
+++ b/include/template.class.php
@@ -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']);
}