From 6b296b293d7ac666548ec74cecf827699f912ff7 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 19 Mar 2010 13:30:21 +0000 Subject: feature 1502: replace the theme.name by theme.id for theme.css load git-svn-id: http://piwigo.org/svn/trunk@5190 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/template.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/template.class.php') 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'] ); -- cgit v1.2.3