From 8176900ad46afd76919bfa6fc03f21fe38726af2 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 26 Mar 2012 21:31:45 +0000 Subject: [PATCH] feature 2599: load jQuery by default on gallery side, in footer git-svn-id: http://piwigo.org/svn/trunk@13763 68402e56-0260-453c-a942-63ccdbb3a9ee --- local_head.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local_head.tpl b/local_head.tpl index 0c93514..bdb3ca7 100644 --- a/local_head.tpl +++ b/local_head.tpl @@ -1,5 +1,5 @@ {if $BODY_ID=='thePicturePage'} - {combine_script id='elegant.scripts_pp' load='header' require='jquery' path='themes/elegant/scripts_pp.js'} + {combine_script id='elegant.scripts_pp' load='footer' require='jquery' path='themes/elegant/scripts_pp.js'} {else} - {combine_script id='elegant.scripts' load='header' require='jquery' path='themes/elegant/scripts.js'} + {combine_script id='elegant.scripts' load='footer' require='jquery' path='themes/elegant/scripts.js'} {/if} \ No newline at end of file