summaryrefslogtreecommitdiff
path: root/modules/statistics.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/statistics.module')
-rw-r--r--modules/statistics.module8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/statistics.module b/modules/statistics.module
index 40791bc19..a9a59e263 100644
--- a/modules/statistics.module
+++ b/modules/statistics.module
@@ -137,14 +137,6 @@ function statistics_link($type, $node = 0, $main = 0) {
}
}
}
-
- if ($type == 'page' && user_access('access content')) {
- $userlink = variable_get('statistics_userpage_link', '');
- if ($userlink) {
- $links[] = l(t($userlink), 'statistics', array('title' => t("View this site's most popular content.")));
- }
- }
-
return $links;
}