aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-05-24 07:06:35 +0000
committerpatdenice <patdenice@piwigo.org>2010-05-24 07:06:35 +0000
commit34bce4c8329aaf67d0d9972d8cc7aabeda79c21b (patch)
tree41c9b2657d9a73ecb2e49db9a2448e1016b0a190 /include/template.class.php
parent3784953bc33978a4f945fa834ebc99e274f39de6 (diff)
$themeconf['id'] hard coded in template class
git-svn-id: http://piwigo.org/svn/trunk@6318 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/template.class.php')
-rw-r--r--include/template.class.php1
1 files changed, 1 insertions, 0 deletions
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);
}