source: extensions/floOs/picture_content.tpl @ 3334

Last change on this file since 3334 was 3334, checked in by flop25, 15 years ago

first commit

File size: 387 bytes
Line 
1{* $Id: picture_content.tpl 2225 2008-02-28 12:07:00Z rvelices $ *}
2{if isset($high) }
3<a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
4{/if}
5  <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}">
6{if isset($high) }
7</a>
8  <p>{'picture_high'|@translate}</p>
9{/if}
Note: See TracBrowser for help on using the repository browser.