Ignore:
Timestamp:
Nov 6, 2012, 10:19:16 PM (11 years ago)
Author:
rvelices
Message:

rv_db_integrity, menutree and tscroller versions for piwigo 2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_tscroller/main.inc.php

    r18904 r18955  
    11<?php /*
    22Plugin Name: RV Thumb Scroller
    3 Version: 2.4.a
     3Version: 2.5.a
    44Plugin URI: http://piwigo.org/ext/extension_view.php?eid=493
    55Description: Infinite scroll - loads thumbnails on index page as you scroll down the page
     
    77Author URI: http://www.modusoptimus.com
    88*/
    9 define('RVTS_VERSION', '24a');
     9define('RVTS_VERSION', '25a');
    1010
    1111class RVTS
     
    4848                add_event_handler('loc_end_index_thumbnails', array('RVTS','on_index_thumbnails_ajax'), EVENT_HANDLER_PRIORITY_NEUTRAL+5, 1);
    4949                $page['root_path'] = get_absolute_root_url(false);
     50                $page['body_id'] = 'scroll';
    5051                global $user, $template, $conf;
    5152                include(PHPWG_ROOT_PATH.'include/category_default.inc.php');
     
    8283                        'version' => RVTS_VERSION,
    8384                ));
    84   $start = (int)$page['start'];
     85        $start = (int)$page['start'];
    8586        $per_page = $page['nb_image_page'];
    8687        $moreMsg = 'See the remaining %d photos';
Note: See TracChangeset for help on using the changeset viewer.