aboutsummaryrefslogtreecommitdiffstats
path: root/themes/elegant/local_head.tpl
diff options
context:
space:
mode:
authorZaphod <zaphod@piwigo.org>2012-03-25 19:23:03 +0000
committerZaphod <zaphod@piwigo.org>2012-03-25 19:23:03 +0000
commitd91cd45790fd5a6a717af472f6459862dc38ea14 (patch)
treeb98cf863bda2fe73c62b363455fe665dbef7cbdf /themes/elegant/local_head.tpl
parentb1041fb217940f8e34a85cea63c27814f6df0dde (diff)
feature 2587: theme elegant, new version
git-svn-id: http://piwigo.org/svn/trunk@13730 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--themes/elegant/local_head.tpl6
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