- Show the top nodes on admin/statistics. Patch by James Walker.
parent
84c7e91a2d
commit
35fb889776
|
@ -197,15 +197,14 @@ function statistics_admin() {
|
|||
|
||||
/* non-configuration admin pages */
|
||||
switch ($op) {
|
||||
case "statistics":
|
||||
$output = statistics_admin_topnodes();
|
||||
break;
|
||||
case "referrers":
|
||||
$output = statistics_top_refer();
|
||||
break;
|
||||
case "log":
|
||||
$output = statistics_admin_displaylog();
|
||||
break;
|
||||
default:
|
||||
$output = statistics_admin_topnodes();
|
||||
}
|
||||
|
||||
print theme("page", $output);
|
||||
|
|
|
@ -197,15 +197,14 @@ function statistics_admin() {
|
|||
|
||||
/* non-configuration admin pages */
|
||||
switch ($op) {
|
||||
case "statistics":
|
||||
$output = statistics_admin_topnodes();
|
||||
break;
|
||||
case "referrers":
|
||||
$output = statistics_top_refer();
|
||||
break;
|
||||
case "log":
|
||||
$output = statistics_admin_displaylog();
|
||||
break;
|
||||
default:
|
||||
$output = statistics_admin_topnodes();
|
||||
}
|
||||
|
||||
print theme("page", $output);
|
||||
|
|
Loading…
Reference in New Issue