diff options
author | plegall <plg@piwigo.org> | 2012-03-26 21:31:45 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-03-26 21:31:45 +0000 |
commit | d9df4b62642168b08e11bf507534ec035c227c14 (patch) | |
tree | 3207670e644d4102e1eebef7887b7ecc6001ea9b /themes/elegant/local_head.tpl | |
parent | af4dd67f8fa3b578b3b07e56491576b2eed21e8f (diff) |
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
Diffstat (limited to 'themes/elegant/local_head.tpl')
-rw-r--r-- | themes/elegant/local_head.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/elegant/local_head.tpl b/themes/elegant/local_head.tpl index 0c935140e..bdb3ca729 100644 --- a/themes/elegant/local_head.tpl +++ b/themes/elegant/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 |