aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/template/header.tpl')
-rw-r--r--themes/default/template/header.tpl2
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}