$themeconf['id'] hard coded in template class

git-svn-id: http://piwigo.org/svn/trunk@6318 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2010-05-24 07:06:35 +00:00
parent 3784953bc3
commit 34bce4c832
+1
View File
@@ -135,6 +135,7 @@ class Template {
{
$tpl_var['local_head'] = realpath($root.'/'.$theme.'/'.$themeconf['local_head'] );
}
$themeconf['id'] = $theme;
$this->smarty->append('themes', $tpl_var);
$this->smarty->append('themeconf', $themeconf, true);
}