aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/picture_content.tpl
blob: 7e15a1bb373e5864ac9c34c159519a1561a00e7e (plain)
1
2
3
4
5
6
7
8
9
{* $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>{'picture_high'|@translate}</p>
{/if}