Changeset 31734
- Timestamp:
- Jan 1, 2017, 8:32:24 PM (8 years ago)
- Location:
- extensions/GDThumb
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GDThumb/changelog.txt
r31536 r31734 26 26 27 27 === Changelog === 28 version 1.0.20 29 + Added "album" class to <li> elements for albums 30 + Translation updates: NL 31 28 32 version 1.0.19 29 33 + Support for PIWIGO 2.8 verified -
extensions/GDThumb/main.inc.php
r31536 r31734 2 2 /* 3 3 Plugin Name: gdThumb 4 Version: 1.0. 194 Version: 1.0.20 5 5 Description: Apply Masonry style to album or image thumbs 6 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=771 … … 19 19 // | Plugin constants | 20 20 // +-----------------------------------------------------------------------+ 21 define('GDTHUMB_VERSION', '1.0. 19');21 define('GDTHUMB_VERSION', '1.0.20'); 22 22 define('GDTHUMB_ID', basename(dirname(__FILE__))); 23 23 define('GDTHUMB_PATH' , PHPWG_PLUGINS_PATH . GDTHUMB_ID . '/'); -
extensions/GDThumb/template/gdthumb_cat.tpl
r31245 r31734 7 7 {assign var=derivative value=$pwg->derivative($GDThumb_derivative_params, $cat.representative.src_image)} 8 8 9 <li class="gdthumb{if $GDThumb.thumb_animate} animate{/if} {$GDThumb.method} ">9 <li class="gdthumb{if $GDThumb.thumb_animate} animate{/if} {$GDThumb.method} album"> 10 10 {if $GDThumb.thumb_mode_album !== "hide" } 11 11 <span class="thumbLegend {$GDThumb.thumb_mode_album}">
Note: See TracChangeset
for help on using the changeset viewer.