Ignore:
Timestamp:
Apr 9, 2019, 6:06:42 AM (5 years ago)
Author:
SergeD
Message:

version 1.3.2 - see changelog for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/greydragon/themeconf.inc.php

    r31979 r31987  
    22/*
    33Theme Name: GreyDragon
    4 Version: 1.3.1
     4Version: 1.3.2
    55Description: GreyDragon Theme
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=775
     
    115115  $pattern  = '#<div.*"theImageAndInfos".*>#';
    116116  $replace  = '$0
    117     {if isset($previous.U_IMG)}<a class="gd-nav nav-prev" title="{\'Previous\'|@translate}" href="{$previous.U_IMG}">&nbsp;</a>{/if}
    118     {if isset($next.U_IMG)    }<a class="gd-nav nav-next" title="{\'Next\'|@translate}" href="{$next.U_IMG}">&nbsp;</a>{/if}
    119     {if isset($U_UP)          }<a class="gd-nav nav-up"   title="{\'Up\'|@translate}" href="{$U_UP}">&nbsp;</a>{/if}
     117    {if isset($previous.U_IMG)}<a class="gd-nav nav-prev" title="{\'Previous\'|@translate}" href="{$previous.U_IMG}"><i class="fas fa-angle-left"></i></a>{/if}
     118    {if isset($next.U_IMG)    }<a class="gd-nav nav-next" title="{\'Next\'|@translate}" href="{$next.U_IMG}"><i class="fas fa-angle-right"></i></a>{/if}
     119    {if isset($U_UP)          }<a class="gd-nav nav-up"   title="{\'Up\'|@translate}" href="{$U_UP}"><i class="fas fa-angle-up"></i></a>{/if}
    120120{*    <a class="gd-nav nav-zoom" title="{\'Full HD\'|@translate}" href="{$U_UP}">&nbsp;</a> *}
    121121  {html_head}
Note: See TracChangeset for help on using the changeset viewer.