diff options
author | rvelices <rv-github@modusoptimus.com> | 2014-06-28 04:45:37 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2014-06-28 04:45:37 +0000 |
commit | 4c1ef417dee6347993613fcafa623d666e134288 (patch) | |
tree | c6938a875c2a01d337c988e9ee4bff22418384ef /admin/themes/default/template/header.tpl | |
parent | e792b70731e6b4cc6e43dca1ef06ccec194f9fb1 (diff) |
batch manager move more js from footer to async ; move some inline to external file
git-svn-id: http://piwigo.org/svn/trunk@28821 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/header.tpl | 3 |
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} |