summaryrefslogtreecommitdiff
path: root/lib/feedlist.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-02-10 22:04:47 +0000
committerRobin Millette <millette@controlyourself.ca>2009-02-10 22:04:47 +0000
commit7763f804cafa6f41316e30512c4ceab9b78f2c08 (patch)
tree3237c8163506b634913e805374eaebd9a681b81c /lib/feedlist.php
parent47a5d2b7f06cd1612734c47ad21fc397bbff5276 (diff)
trac #233 Explicitely show we have an rss feed for notice searches.
Diffstat (limited to 'lib/feedlist.php')
-rw-r--r--lib/feedlist.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/feedlist.php b/lib/feedlist.php
index 47d909e96..8bfcb9c5a 100644
--- a/lib/feedlist.php
+++ b/lib/feedlist.php
@@ -112,6 +112,13 @@ class FeedList extends Widget
$feed['textContent'] = "Atom";
break;
+ case 'noticesearchrss':
+ $feed_classname = $feed['type'];
+ $feed_mimetype = "application/".$feed['type']."+xml";
+ $feed_title = $feed['version']." feed for this notice search";
+ $feed['textContent'] = "RSS";
+ break;
+
case 'tagrss':
$feed_classname = $feed['type'];
$feed_mimetype = "application/".$feed['type']."+xml";