|
Revision 13546, 503 bytes
(checked in by plg, 15 months ago)
|
|
import theme Simple, version 2.0
- adaptation of the theme for Piwigo 2.1
|
| Line | |
|---|
| 1 | {if isset($high) } |
|---|
| 2 | <a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')"> |
|---|
| 3 | {/if} |
|---|
| 4 | <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}" |
|---|
| 5 | {if isset($COMMENT_IMG)} |
|---|
| 6 | title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}" |
|---|
| 7 | {/if}> |
|---|
| 8 | {if isset($high) } |
|---|
| 9 | </a> |
|---|
| 10 | <p>{'Click on the picture to see it in high definition'|@translate}</p> |
|---|
| 11 | {/if} |
|---|