mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-19 16:13:00 +02:00
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:
@@ -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']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user