Ignore:
Timestamp:
Sep 19, 2014, 2:53:38 PM (10 years ago)
Author:
JanisV
Message:

Improve nav arrows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/template/picture.tpl

    r29449 r29641  
    9999        <div id="theImageBox" >
    100100                <div class="hideTabsZone hideTabs">&nbsp;</div>
    101                 {if (isset($previous) && $stripped_responsive.navArrows) }
    102                         <a href="{$previous.U_IMG}" id="imgprev">&nbsp;</a>
    103                 {/if}
    104101                <div id="theImage">
    105102                        {$ELEMENT_CONTENT}
    106103                </div>
    107                 {if (isset($next) && $stripped_responsive.navArrows)}
    108                         <a href="{$next.U_IMG}" id="imgnext">&nbsp;</a>
    109                 {/if}
    110104        </div>
    111105        {if $showTitle }
Note: See TracChangeset for help on using the changeset viewer.