summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/blog.module13
-rw-r--r--modules/blog/blog.module13
2 files changed, 0 insertions, 26 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":
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":