diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-06-21 23:54:57 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-06-21 23:54:57 +0000 |
commit | 16e5df65b18e6e81b2336a8e704c4371b886b737 (patch) | |
tree | c00965267822b0ad4c06248d23b71b478246a8d8 /themes/default | |
parent | 04f2250d454b1c5862bf2c2a7eba33637a9c4375 (diff) |
load colorbox in the footer scripts (especially on the admin pages where almost all pages have the same big header js)
git-svn-id: http://piwigo.org/svn/trunk@11467 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/include/colorbox.inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/include/colorbox.inc.tpl b/themes/default/template/include/colorbox.inc.tpl index c6dc52138..6ca8e0502 100644 --- a/themes/default/template/include/colorbox.inc.tpl +++ b/themes/default/template/include/colorbox.inc.tpl @@ -1,2 +1,2 @@ -{combine_script id='jquery.colorbox' require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js'} +{combine_script id='jquery.colorbox' load='footer' require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js'} {combine_css path="themes/default/js/plugins/jquery.colorbox.css"}
\ No newline at end of file |