Changeset 17505
- Timestamp:
- Aug 9, 2012, 9:48:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/rv_tscroller/main.inc.php
r13194 r17505 74 74 'load'=> 'footer', 75 75 'path'=> 'themes/default/js/jquery.min.js', 76 ) , $template->smarty);76 )); 77 77 $template->func_combine_script( array( 78 78 'id'=> $my_base_name, … … 81 81 'require' => 'jquery', 82 82 'version' => RVTS_VERSION, 83 ) , $template->smarty);83 )); 84 84 $start = (int)$page['start']; 85 85 $per_page = $page['nb_image_page']; … … 90 90 $moreMsg = l10n($moreMsg); 91 91 } 92 $repeat=false; 92 93 93 // the String.fromCharCode comes from google bot which somehow manage to get these urls 94 94 $template->block_footer_script(null, … … 103 103 prevMsg: '".l10n("Previous")."', 104 104 ajaxLoaderImage: '$ajax_loader_image' 105 };", 106 $template->smarty, $repeat); 105 };"); 107 106 return $thumbs; 108 107 }
Note: See TracChangeset
for help on using the changeset viewer.