diff options
Diffstat (limited to 'themes/default/template')
-rw-r--r-- | themes/default/template/picture.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 4d316c004..616be3d5c 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -55,6 +55,7 @@ jQuery("#derivativeSwitchBox").on("mouseleave click", function() { </a><br> {/foreach} {if isset($U_ORIGINAL)} + {combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'} <a href="javascript:phpWGOpenWindow('{$U_ORIGINAL}','xxx','scrollbars=yes,toolbar=no,status=no,resizable=yes')" rel="nofollow">{'Original'|@translate}</a> {/if} </div> |