Ignore:
Timestamp:
Jul 10, 2014, 11:02:06 PM (10 years ago)
Author:
rvelices
Message:

rv_tscroller allow other plugins to insert dynamic html somewhere else ...

File:
1 edited

Legend:

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

    r27448 r29023  
    77Author URI: http://www.modusoptimus.com
    88*/
    9 define('RVTS_VERSION', '26');
     9define('RVTS_VERSION', '26b');
    1010
    1111class RVTS
     
    6868        $url_model = str_replace('&', '&', $url_model);
    6969        $ajax_url_model = str_replace('&', '&', $ajax_url_model);
    70        
     70
    7171        $my_base_name = basename(dirname(__FILE__));
    7272        $ajax_loader_image = get_root_url()."plugins/$my_base_name/ajax-loader.gif";
Note: See TracChangeset for help on using the changeset viewer.