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/archive/archive.module | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'modules/archive/archive.module') diff --git a/modules/archive/archive.module b/modules/archive/archive.module index e4bc41fd1..557e201ba 100644 --- a/modules/archive/archive.module +++ b/modules/archive/archive.module @@ -189,18 +189,6 @@ function archive_block($op = 'list', $delta = 0) { } } -/** - * Implementation of hook_link(). - */ -function archive_link($type) { - $links = array(); - - if ($type == 'page' && user_access('access content')) { - $links[] = l(t('archives'), 'archive', array('title' => t('Read the older content in our archive.'))); - } - return $links; -} - /** * Implementation of hook_menu(). */ -- cgit v1.2.3