Ignore:
Timestamp:
Oct 15, 2014, 8:25:59 PM (10 years ago)
Author:
flop25
Message:

2.7 compat: colorscheme and 2.7 only OS_default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_default/template/picture_nav_buttons.tpl

    r14974 r30085  
    2121{if isset($next) }
    2222<a class="navThumb" id="thumbNext" href="{$next.U_IMG}" title="{'Next'|@translate} : {$next.TITLE}" rel="next">
    23   {assign var=Pwg_VERSION value=strpos('2.4',$PHPWG_VERSION) }
    24   {if isset($Pwg_VERSION) and $Pwg_VERSION!==false }
    2523  <img src="{$next.derivatives.square->get_url()}" class="thumbLink" id="linkNext" alt="{$next.TITLE}">
    26   {else}
    27   <img src="{$next.THUMB_SRC}" class="thumbLink" id="linkNext" alt="{$next.TITLE}">
    28   {/if}
    2924</a>
    3025{/if}
    31   {if isset($Pwg_VERSION) and $Pwg_VERSION!==false }
    3226        <img src="{$current.derivatives.square->get_url()}" class="thumbLink" id="thumbCurrent" alt="{$ALT_IMG}">
    33   {else}
    34         <img src="{$current.THUMB_SRC}" class="thumbLink" id="thumbCurrent" alt="{$ALT_IMG}">
    35   {/if}
    3627{if isset($previous) }
    3728<a class="navThumb" id="thumbPrev" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" rel="prev">
    38   {if isset($Pwg_VERSION) and $Pwg_VERSION!==false }
    3929  <img src="{$previous.derivatives.square->get_url()}" class="thumbLink" id="linkPrev" alt="{$previous.TITLE}">
    40   {else}
    41   <img src="{$previous.THUMB_SRC}" class="thumbLink" id="linkPrev" alt="{$previous.TITLE}">
    42   {/if}
    4330</a>
    4431{/if}
Note: See TracChangeset for help on using the changeset viewer.