From 4726c93156e59e0b44faf55845c3f97cf00a9168 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 24 Nov 2004 22:56:21 +0000 Subject: - Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly. --- modules/statistics/statistics.module | 8 -------- 1 file changed, 8 deletions(-) (limited to 'modules/statistics/statistics.module') diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index 40791bc19..a9a59e263 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/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; } -- cgit v1.2.3