drupal_set_title(t('Top visitors in the past %interval',array('%interval'=>format_interval(variable_get('statistics_flush_accesslog_timer',259200)))));
$output=theme('table',$header,$rows);
$output.=theme('pager',NULL,30,0);
...
...
@@ -353,6 +372,10 @@ function statistics_top_referrers() {