From 53f66ba4ef2f8c3ca89e32fe6ce90fa72e1245e1 Mon Sep 17 00:00:00 2001 From: patdenice Date: Thu, 29 Apr 2010 12:51:19 +0000 Subject: [PATCH] feature 1502: $themeconf['load_css_parent'] apply recursively git-svn-id: http://piwigo.org/svn/trunk@5993 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/template.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); }