source: extensions/gally/gally-default/template/picture_content.tpl @ 14046

Last change on this file since 14046 was 12592, checked in by grum, 13 years ago

feature:2499 - compatibility with Piwigo 2.3

  • Property svn:executable set to *
File size: 488 bytes
Line 
1<!-- **GBL** >PICTURE_CONTENT> -->
2
3  <div id="theImgContainer" {if isset($high) }onclick="gallyPP.openDisplayHigh('{$high.U_HIGH}');" class="pointer"{/if}>
4    <img id="theMainImage" 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  </div>
9
10<!-- **GBL** <PICTURE_CONTENT< -->
Note: See TracBrowser for help on using the repository browser.