diff options
Diffstat (limited to '')
-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 |