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

Last change on this file since 6109 was 6109, checked in by grum, 14 years ago

Gally's themes compatibles with piwigo 2.1

  • Property svn:executable set to *
File size: 474 bytes
Line 
1<!-- **GBL** >PICTURE_CONTENT> -->
2
3  <div id="theImgContainer" {if isset($high) }onclick="openDisplayHigh('{$high.U_HIGH}');" class="pointer"{/if}>
4    <img id="theImg" 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.