From 8c547ca53c3b4fd1b11723db28329c6f25292443 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Fri, 30 Jan 2004 13:13:21 +0000 Subject: - Removed obsolete head hook. --- modules/blog.module | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'modules/blog.module') diff --git a/modules/blog.module b/modules/blog.module index 31d669ca2..060d46dc9 100644 --- a/modules/blog.module +++ b/modules/blog.module @@ -37,19 +37,6 @@ function blog_access($op, $node) { } -function blog_head($main = 0) { - $mod = arg(0); - $id = arg(1); - - $output = array(); - - if ($mod == "blog") { - $output[] = ""; - } - - return $output; -} - function blog_user($type, &$edit, &$user) { switch ($type) { case "view_public": -- cgit v1.2.3