Changeset 31987 for extensions/greydragon/themeconf.inc.php
- Timestamp:
- Apr 9, 2019, 6:06:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/greydragon/themeconf.inc.php
r31979 r31987 2 2 /* 3 3 Theme Name: GreyDragon 4 Version: 1.3. 14 Version: 1.3.2 5 5 Description: GreyDragon Theme 6 6 Theme URI: http://piwigo.org/ext/extension_view.php?eid=775 … … 115 115 $pattern = '#<div.*"theImageAndInfos".*>#'; 116 116 $replace = '$0 117 {if isset($previous.U_IMG)}<a class="gd-nav nav-prev" title="{\'Previous\'|@translate}" href="{$previous.U_IMG}"> </a>{/if}118 {if isset($next.U_IMG) }<a class="gd-nav nav-next" title="{\'Next\'|@translate}" href="{$next.U_IMG}"> </a>{/if}119 {if isset($U_UP) }<a class="gd-nav nav-up" title="{\'Up\'|@translate}" href="{$U_UP}"> </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} 120 120 {* <a class="gd-nav nav-zoom" title="{\'Full HD\'|@translate}" href="{$U_UP}"> </a> *} 121 121 {html_head}
Note: See TracChangeset
for help on using the changeset viewer.