diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-14 16:05:06 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-14 16:05:06 -0500 |
commit | 67f3c1a8d40d6e05ea2fa72af917b26fb9503e06 (patch) | |
tree | 357376fc9d907003334bb62e045e5f623e408386 /actions/replies.php | |
parent | 577b54c2afda7c817d01af493b68f09f35e360a1 (diff) |
trac626 Put a list of feed links
darcs-hash:20081114210506-eefa4-ba7e9bdd794ddfcacc397d732073abf99e97f3a5.gz
Diffstat (limited to 'actions/replies.php')
-rw-r--r-- | actions/replies.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/replies.php b/actions/replies.php index f5bc2ce1a..529ce7e98 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -73,6 +73,11 @@ class RepliesAction extends StreamAction { } $this->views_menu(); + + $this->show_feeds_list(array(0=>array('href'=>common_local_url('repliesrss', array('nickname' => $user->nickname)), + 'type' => 'rss', + 'version' => 'RSS 1.0', + 'item' => 'repliesrss'))); } function show_replies($user) { |