Ignore:
Timestamp:
Dec 13, 2009, 11:35:47 PM (14 years ago)
Author:
grum
Message:

[Template:Gally] feature 1096, feature 1097, feature 1098, feature 1099, feature 1313
And some other improvments...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/picture_content.tpl

    r4446 r4489  
    11<!-- **GBL** >PICTURE_CONTENT> -->
    2 {* $Id: picture_content.tpl 2225 2008-02-28 12:07:00Z rvelices $ *}
    32{if isset($high) }
    43<a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
     
    76    <img id="theImg" src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
    87      {if isset($COMMENT_IMG)}
    9         title="{$COMMENT_IMG|strip_tags:false|replace:'"':' '}" {else} title="{$current.TITLE|replace:'"':' '} - {$ALT_IMG}"
     8        title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
    109      {/if}>
    1110  </div>
Note: See TracChangeset for help on using the changeset viewer.