diff --git a/include/template.class.php b/include/template.class.php index d3608af4b..161b7361e 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -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); }