aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php
diff options
context:
space:
mode:
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']);
}