Ignore:
Timestamp:
May 21, 2011, 12:33:41 PM (13 years ago)
Author:
grum
Message:

bug:2308 - HD Picture are not displayed

Location:
extensions/gally/gally-default/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/template/picture.tpl

    r10971 r10972  
    4646
    4747          {if #displayHighResIcon#=="yes" and isset($high) }
    48             <a id="icon_high_res" class="button pointer" onclick="openDisplayHigh('{$high.U_HIGH}');" title="" rel="nofollow" ></a>
     48            <a id="icon_high_res" class="button pointer" onclick="gallyPP.openDisplayHigh('{$high.U_HIGH}');" title="" rel="nofollow" ></a>
    4949          {/if}
    5050
  • extensions/gally/gally-default/template/picture_content.tpl

    r6109 r10972  
    11<!-- **GBL** >PICTURE_CONTENT> -->
    22
    3   <div id="theImgContainer" {if isset($high) }onclick="openDisplayHigh('{$high.U_HIGH}');" class="pointer"{/if}>
     3  <div id="theImgContainer" {if isset($high) }onclick="gallyPP.openDisplayHigh('{$high.U_HIGH}');" class="pointer"{/if}>
    44    <img id="theImg" src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}"
    55      {if isset($COMMENT_IMG)}
Note: See TracChangeset for help on using the changeset viewer.