diff options
Diffstat (limited to 'modules/blog.module')
-rw-r--r-- | modules/blog.module | 13 |
1 files changed, 0 insertions, 13 deletions
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[] = "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS feed\" href=\"". url("blog/feed/$id") ."\" />"; - } - - return $output; -} - function blog_user($type, &$edit, &$user) { switch ($type) { case "view_public": |