7818a7715b
git-svn-id: http://piwigo.org/svn/trunk@2225 68402e56-0260-453c-a942-63ccdbb3a9ee
9 lines
321 B
Smarty
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}
|