Changeset 12713 for extensions/rv_tscroller
- Timestamp:
- Dec 9, 2011, 4:38:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/rv_tscroller/main.inc.php
r12707 r12713 1 1 <?php /* 2 2 Plugin Name: RV Thumb Scroller 3 Version: 2.3. b3 Version: 2.3.c 4 4 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=493 5 5 Description: Loads async using ajax 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.3. b');9 define('RVTS_VERSION', '2.3.c'); 10 10 11 11 class RVTS … … 21 21 $page['nb_image_page'] = max($page['nb_image_page'], count($page['items'])); 22 22 } 23 add_event_handler('loc_begin_index', array('RVTS','on_index_begin') );23 add_event_handler('loc_begin_index', array('RVTS','on_index_begin'), EVENT_HANDLER_PRIORITY_NEUTRAL+10); 24 24 } 25 25
Note: See TracChangeset
for help on using the changeset viewer.