diff options
Diffstat (limited to 'template/yoga/picture_content.tpl')
-rw-r--r-- | template/yoga/picture_content.tpl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/template/yoga/picture_content.tpl b/template/yoga/picture_content.tpl index c2e5e0040..7e15a1bb3 100644 --- a/template/yoga/picture_content.tpl +++ b/template/yoga/picture_content.tpl @@ -1,9 +1,9 @@ -<!-- DEV TAG: not smarty migrated --> -<!-- BEGIN high --> -<a href="javascript:phpWGOpenWindow('{high.U_HIGH}','{high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')"> -<!-- END high --> - <img src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}"> -<!-- BEGIN high --> +{* $Id$ *} +{if isset($high) } +<a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')"> +{/if} + <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"> +{if isset($high) } </a> - <p>{lang:picture_high}</p> -<!-- END high --> + <p>{'picture_high'|@translate}</p> +{/if} |