Ignore:
Timestamp:
Aug 9, 2012, 9:48:17 PM (12 years ago)
Author:
rvelices
Message:

rv_tscroller simpler code

File:
1 edited

Legend:

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

    r13194 r17505  
    7474                        'load'=> 'footer',
    7575                        'path'=> 'themes/default/js/jquery.min.js',
    76                 ), $template->smarty);
     76                ));
    7777        $template->func_combine_script( array(
    7878                        'id'=> $my_base_name,
     
    8181                        'require' => 'jquery',
    8282                        'version' => RVTS_VERSION,
    83                 ), $template->smarty);
     83                ));
    8484  $start = (int)$page['start'];
    8585        $per_page = $page['nb_image_page'];
     
    9090                $moreMsg = l10n($moreMsg);
    9191        }
    92         $repeat=false;
     92
    9393        // the String.fromCharCode comes from google bot which somehow manage to get these urls
    9494        $template->block_footer_script(null,
     
    103103prevMsg: '".l10n("Previous")."',
    104104ajaxLoaderImage: '$ajax_loader_image'
    105 };",
    106                 $template->smarty, $repeat);
     105};");
    107106        return $thumbs;
    108107}
Note: See TracChangeset for help on using the changeset viewer.