From a58d877108f6b7ff6712c6261815c6092c7f6949 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Wed, 23 Aug 2006 05:55:38 +0000 Subject: #66569 by m3avrck. Put all the feed icons in the same place. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 71cf6c960..32dc7ebe1 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -936,7 +936,7 @@ function theme_forum_display($forums, $topics, $parents, $tid, $sortby, $forum_p 'href' => url('taxonomy/term/'. $tid .'/0/feed'))); $output .= theme('forum_topic_list', $tid, $topics, $sortby, $forum_per_page); - $output .= theme('feed_icon', url("taxonomy/term/$tid/0/feed")); + drupal_add_feed(url('taxonomy/term/'. $tid .'/0/feed')); } $output .= ''; } -- cgit v1.2.3