diff options
author | patdenice <patdenice@piwigo.org> | 2010-03-29 19:23:04 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-03-29 19:23:04 +0000 |
commit | 7ebce924436e722cc0f8774127c7ddadeee81884 (patch) | |
tree | 5149db9e1372ce11d6310708c28ad931848af0cf | |
parent | 3b80fbe3fa4789db28796c981e6b7ad35bab9bd6 (diff) |
feature 1502: Load local head after theme.css.
git-svn-id: http://piwigo.org/svn/trunk@5454 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl index cbe3d8f02..c0dbf9272 100644 --- a/themes/default/template/header.tpl +++ b/themes/default/template/header.tpl @@ -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} |