mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user