From 73d3ce19e79b1113d29e8f909bc011732a6f3721 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 25 Jan 2011 20:23:33 +0000 Subject: scripts.js was not loaded on picture page with high images admin maintenance leave a space between grouped 'non-destructive' actions and 'destructive' actions git-svn-id: http://piwigo.org/svn/trunk@8898 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/picture_content.tpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'themes/default') diff --git a/themes/default/template/picture_content.tpl b/themes/default/template/picture_content.tpl index d65a9597a..c4c6da3bf 100644 --- a/themes/default/template/picture_content.tpl +++ b/themes/default/template/picture_content.tpl @@ -1,11 +1,12 @@ -{if isset($high) } +{if isset($high)} +{combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'} {/if} - {$ALT_IMG} {if isset($high) } -

{'Click on the photo to see it in high definition'|@translate}

+

{'Click on the photo to see it in high definition'|@translate}

{/if} -- cgit v1.2.3