Changeset 8935


Ignore:
Timestamp:
Jan 26, 2011, 9:22:01 PM (13 years ago)
Author:
rvelices
Message:
 
File:
1 edited

Legend:

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

    r8900 r8935  
    77Author URI: http://www.modusoptimus.com
    88*/
    9 define('RVTS_VERSION', 3);
     9define('RVTS_VERSION', '2.2.a');
    1010
    1111class RVTS
     
    4848                $page['nb_image_page']=(int)$_GET['rvts'];
    4949                add_event_handler('loc_end_index_thumbnails', array('RVTS','on_index_thumbnails_ajax'), EVENT_HANDLER_PRIORITY_NEUTRAL+5, 1);
    50                 set_make_full_url();
     50                $page['root_path'] = get_absolute_root_url(false);
    5151                global $user, $template, $conf;
    5252                include(PHPWG_ROOT_PATH.'include/category_default.inc.php');
     
    8585                ), $template->smarty);
    8686        $moreMsg = 'See the remaining %d photos';
    87         load_language('lang', dirname(__FILE__).'/');
    88         $moreMsg = l10n($moreMsg);
     87        if ('en' != $GLOBALS['lang_info']['code'])
     88        {
     89                load_language('lang', dirname(__FILE__).'/');
     90                $moreMsg = l10n($moreMsg);
     91        }
    8992        $repeat=false;
    9093        $template->block_footer_script(null,
Note: See TracChangeset for help on using the changeset viewer.