source: extensions/simple_themes/simple/template/picture_content.tpl @ 13560

Last change on this file since 13560 was 13560, checked in by plg, 12 years ago

import theme Simple version 2.5.5

  • Fixed the adaptation of the main image with the resolution
File size: 444 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}" 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 photo to see it in high definition'|@translate}</p>
11{/if}
Note: See TracBrowser for help on using the repository browser.