aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/include/colorbox.inc.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2014-06-26 20:23:50 +0000
committerrvelices <rv-github@modusoptimus.com>2014-06-26 20:23:50 +0000
commitec03d115a998e057667fb5800e574e961b2bbe31 (patch)
tree8861ad0afb74a75b7a6add3249d9ac42b031b233 /admin/themes/default/template/include/colorbox.inc.tpl
parent979ca7435b3986c3c8aa7adf10685568df83b342 (diff)
moved around 100k of javascript from synchronous loading to async... (a lot more could be done...)
git-svn-id: http://piwigo.org/svn/trunk@28806 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/themes/default/template/include/colorbox.inc.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/themes/default/template/include/colorbox.inc.tpl b/admin/themes/default/template/include/colorbox.inc.tpl
index 01a28a089..be91064e4 100644
--- a/admin/themes/default/template/include/colorbox.inc.tpl
+++ b/admin/themes/default/template/include/colorbox.inc.tpl
@@ -1,2 +1,3 @@
-{combine_script id='jquery.colorbox' load='footer' require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js'}
+{if empty($load_mode)}{$load_mode='footer'}{/if}
+{combine_script id='jquery.colorbox' load=$load_mode require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js'}
{combine_css id='jquery.colorbox' path="themes/default/js/plugins/colorbox/style2/colorbox.css"}