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
This commit is contained in:
patdenice 2010-03-21 14:23:31 +00:00
commit 281eff5003

View file

@ -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>