source:
extensions/Simple_Grey/picture_content.tpl
@
4499
Last change on this file since 4499 was 4456, checked in by , 15 years ago | |
---|---|
File size: 308 bytes |
Rev | Line | |
---|---|---|
[4456] | 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($high) } | |
6 | </a> | |
7 | <p>{'picture_high'|@translate}</p> | |
8 | {/if} |
Note: See TracBrowser
for help on using the repository browser.