piwigo/template/yoga/picture_content.tpl
rvelices 7818a7715b 2 templates migrated
git-svn-id: http://piwigo.org/svn/trunk@2225 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-28 12:07:00 +00:00

9 lines
321 B
Smarty

{* $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}