aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/picture_content.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/picture_content.tpl')
-rw-r--r--template/yoga/picture_content.tpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/template/yoga/picture_content.tpl b/template/yoga/picture_content.tpl
deleted file mode 100644
index 384a9ce1a..000000000
--- a/template/yoga/picture_content.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-{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($COMMENT_IMG)}
- title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
- {/if}>
-{if isset($high) }
-</a>
- <p>{'Click on the picture to see it in high definition'|@translate}</p>
-{/if}