source: extensions/Simple_Grey/picture_content.tpl @ 4581

Last change on this file since 4581 was 4456, checked in by boulde, 14 years ago

Simple: initial import (v1.1)

File size: 308 bytes
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($high) }
6</a>
7<p>{'picture_high'|@translate}</p>
8{/if}
Note: See TracBrowser for help on using the repository browser.