diff options
Diffstat (limited to 'include/template.class.php')
-rw-r--r-- | include/template.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.class.php b/include/template.class.php index 86200a978..030b352be 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -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'] ); |