summaryrefslogtreecommitdiff
path: root/modules/blog/blog.module
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2004-01-30 13:13:21 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2004-01-30 13:13:21 +0000
commit8c547ca53c3b4fd1b11723db28329c6f25292443 (patch)
tree7e1db6b7184d1e493e34a2d864ab14046345ae23 /modules/blog/blog.module
parent63eccc5ebbf8cb794df909efc212fb0bae86071b (diff)
downloadbrdo-8c547ca53c3b4fd1b11723db28329c6f25292443.tar.gz
brdo-8c547ca53c3b4fd1b11723db28329c6f25292443.tar.bz2
- Removed obsolete head hook.
Diffstat (limited to 'modules/blog/blog.module')
-rw-r--r--modules/blog/blog.module13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index 31d669ca2..060d46dc9 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/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":