aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/picture_content.tpl
blob: 5c9291357caf6b3309f2d1c8b3db6cb547383907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{* $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($COMMENT_IMG)}
		title="{$COMMENT_IMG|replace:'"':' '}" {else} title="{$current.TITLE|replace:'"':' '} - {$ALT_IMG}"
	{/if}>
{if isset($high) }
</a>
  <p>{'picture_high'|@translate}</p>
{/if}