From 0a2e040ae71fffe31d91943fd18feb6fccd97224 Mon Sep 17 00:00:00 2001 From: patdenice Date: Mon, 24 May 2010 07:08:16 +0000 Subject: Merge r6318 from trunk to branch 2.1. $themeconf['id'] hard coded in template class git-svn-id: http://piwigo.org/svn/branches/2.1@6319 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/template.class.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); } -- cgit v1.2.3