Changeset 29334
- Timestamp:
- Aug 31, 2014, 4:58:35 PM (10 years ago)
- Location:
- extensions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/rv_menutree/trunk/main.inc.php
r28493 r29334 1 1 <?php /* 2 2 Plugin Name: RV Menu Tree 3 Version: 2. 6.a3 Version: 2.7.a 4 4 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=238 5 5 Description: Replaces the categories in the menu bar with a nicer one (javascript). -
extensions/rv_tscroller/main.inc.php
r29023 r29334 1 1 <?php /* 2 2 Plugin Name: RV Thumb Scroller 3 Version: 2. 6.b3 Version: 2.7.a 4 4 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=493 5 5 Description: Infinite scroll - loads thumbnails on index page as you scroll down the page … … 7 7 Author URI: http://www.modusoptimus.com 8 8 */ 9 define('RVTS_VERSION', '2 6b');9 define('RVTS_VERSION', '27a'); 10 10 11 11 class RVTS
Note: See TracChangeset
for help on using the changeset viewer.