Thread: Menu mo
View Single Post
  #12  
Old 28th April 2009, 12:38
andutzel andutzel is offline
Member
 
Join Date: Jan 2008
Posts: 14
Default
@wolfman , i have this on browse.php :

$torrentsperpage = ($CURUSER['torrentsperpage'] <> 0 ? intval($CURUSER['torrentsperpage']) : $ts_perpage);
list($pagertop, $pagerbottom, $limit) = pager($torrentsperpage, $count, $_SERVER['SCRIPT_NAME'].'?'.(count($pagelinks) > 0 ? implode('&amp;', $pagelinks).'&amp;' : '').(count($pagelinks2) > 0 ? implode('&amp;', $pagelinks2).'&amp;' : ''));
$groupby = $torrentspeed == 'yes' ? ' GROUP by t.id ' : '';

Where to edit? :(

@joeroberts: you have right , that i wanna understand the others ... because nobody born Einsthein :)
Reply With Quote