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:
parent
5648861dca
commit
281eff5003
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue