Ignore:
Timestamp:
Jan 23, 2010, 11:16:22 PM (14 years ago)
Author:
EXFTB
Message:

fix bug on activation (reset parameter)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/template/picture_content.tpl

    r4713 r4729  
    1818        {/if}
    1919        <div  id="gbo" {$FRAME_SIZE}>
    20           <div id="theImgContainer">
    2120        {$FRAME_BEGIN}
    2221                        {if isset($high) }
     
    2625                                {/if}
    2726                        {/if}
    28                    <img    src="{$SRC_IMG}" align="center" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
     27                   <img    src="{$SRC_IMG}" align="center" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}" {$MAP_TO_USED}
    2928                        {if isset($COMMENT_IMG)}
    3029                                title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
    3130                        {/if}>
    3231        {$FRAME_END}
    33         </div>
    3432</div>
    3533{/if}
Note: See TracChangeset for help on using the changeset viewer.