aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/default/template/header.tpl')
-rw-r--r--admin/themes/default/template/header.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl
index 1979c9d58..289a05081 100644
--- a/admin/themes/default/template/header.tpl
+++ b/admin/themes/default/template/header.tpl
@@ -10,6 +10,7 @@
<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico">
{strip}
+{combine_css path="admin/themes/default/fontello/css/fontello.css" order=-10}
{foreach from=$themes item=theme}
{if $theme.load_css}
{combine_css path="admin/themes/`$theme.id`/theme.css" order=-10}
@@ -19,8 +20,6 @@
{/if}
{/foreach}
-{combine_css path="admin/themes/default/fontello/css/fontello.css"}
-
{combine_script id='jquery' path='themes/default/js/jquery.min.js'}
{/strip}