14778ce673
manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee
11 lines
503 B
Smarty
11 lines
503 B
Smarty
{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}
|