feature 1502: Load local head after theme.css.
git-svn-id: http://piwigo.org/svn/trunk@5454 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
3b80fbe3fa
commit
7ebce92443
1 changed files with 1 additions and 1 deletions
|
|
@ -31,8 +31,8 @@
|
|||
{if isset($U_UP) }<link rel="up" title="{'Thumbnails'|@translate}" href="{$U_UP}" >{/if}
|
||||
|
||||
{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}themes/{$theme.id}/theme.css">
|
||||
{if isset($theme.local_head)}{include file=$theme.local_head}{/if}
|
||||
{/foreach}
|
||||
|
||||
{if isset($U_PREFETCH) }<link rel="prefetch" href="{$U_PREFETCH}">{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue