aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-03-21 14:23:31 +0000
committerpatdenice <patdenice@piwigo.org>2010-03-21 14:23:31 +0000
commit281eff5003e2799c62c5c3fded1786fbb04e2e55 (patch)
tree71feb3e327efad50a75f1851d53938f2b86a7523 /admin
parent5648861dcaf718cc4df2afa9fa64af5b476d3b19 (diff)
feature 1502: replace $theme.name by $theme.id in admin header.tpl
git-svn-id: http://piwigo.org/svn/trunk@5219 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/install.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/install.tpl b/admin/themes/default/template/install.tpl
index ce3d8d906..e7981add2 100644
--- a/admin/themes/default/template/install.tpl
+++ b/admin/themes/default/template/install.tpl
@@ -9,7 +9,7 @@
{foreach from=$themes item=theme}
{if isset($theme.local_head)}{include file=$theme.local_head}{/if}
-<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.name}/theme.css">
+<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.id}/theme.css">
{/foreach}
<script type="text/javascript" src="themes/default/js/jquery.packed.js"></script>