mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
feature 1502: replace the theme.name by theme.id for theme.css load
git-svn-id: http://piwigo.org/svn/trunk@5190 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -97,7 +97,7 @@ class Template {
|
||||
$this->set_theme($root, $themeconf['parent'], $path);
|
||||
}
|
||||
|
||||
$tpl_var = array('name' => $themeconf['name']);
|
||||
$tpl_var = array('id' => $theme);
|
||||
if (!empty($themeconf['local_head']) )
|
||||
{
|
||||
$tpl_var['local_head'] = realpath($root.'/'.$theme.'/'.$themeconf['local_head'] );
|
||||
|
||||
Reference in New Issue
Block a user