Navigation Menu

Skip to content

Commit

Permalink
feature 1502: $themeconf['load_css_parent'] apply recursively
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@5993 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
patdenice committed Apr 29, 2010
1 parent a2ccb9a commit 53f66ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/template.class.php
Expand Up @@ -112,7 +112,7 @@ function set_theme($root, $theme, $path, $load_css=true)
{
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']);
}
Expand Down

0 comments on commit 53f66ba

Please sign in to comment.