diff options
Diffstat (limited to 'themes/elegant/local_head.tpl')
-rw-r--r-- | themes/elegant/local_head.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/elegant/local_head.tpl b/themes/elegant/local_head.tpl index 8279d6f15..0c935140e 100644 --- a/themes/elegant/local_head.tpl +++ b/themes/elegant/local_head.tpl @@ -1 +1,5 @@ -{combine_script id='elegant.scripts' require='jquery' path='themes/elegant/scripts.js'}
+{if $BODY_ID=='thePicturePage'}
+ {combine_script id='elegant.scripts_pp' load='header' require='jquery' path='themes/elegant/scripts_pp.js'}
+{else}
+ {combine_script id='elegant.scripts' load='header' require='jquery' path='themes/elegant/scripts.js'}
+{/if}
\ No newline at end of file |