Can't find in files

How i can increase 10 to 25, for example.
Code: Select all
case "pilot_kills":
$smarty->assign('title', 'Top Killers');
$smarty->assign('crp_id', $this->crp_id);
$smarty->assign('url_previous', edkURI::build($args, array('view', 'pilot_kills', true), $pyearUrlArgument, $pmonthUrlArgument));
$smarty->assign('url_next', edkURI::build($args, array('view', 'pilot_kills', true), $nyearUrlArgument, $nmonthUrlArgument));
$list = new TopList_Kills();
Code: Select all
$list->setLimit(25);
Code: Select all
$list = new TopList_Kills();