summaryrefslogtreecommitdiff
path: root/actions/showfavorites.php
diff options
context:
space:
mode:
authorcsarven <csarven@controlyourself.ca>2008-11-14 16:05:06 -0500
committercsarven <csarven@controlyourself.ca>2008-11-14 16:05:06 -0500
commit67f3c1a8d40d6e05ea2fa72af917b26fb9503e06 (patch)
tree357376fc9d907003334bb62e045e5f623e408386 /actions/showfavorites.php
parent577b54c2afda7c817d01af493b68f09f35e360a1 (diff)
trac626 Put a list of feed links
darcs-hash:20081114210506-eefa4-ba7e9bdd794ddfcacc397d732073abf99e97f3a5.gz
Diffstat (limited to 'actions/showfavorites.php')
-rw-r--r--actions/showfavorites.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/showfavorites.php b/actions/showfavorites.php
index f7061dc08..c18c73a7a 100644
--- a/actions/showfavorites.php
+++ b/actions/showfavorites.php
@@ -68,6 +68,10 @@ class ShowfavoritesAction extends StreamAction {
common_notice_form('all');
}
+ $this->show_feeds_list(array(0=>array('href'=>common_local_url('favoritesrss', array('nickname' => $user->nickname)),
+ 'type' => 'rss',
+ 'version' => 'RSS 1.0',
+ 'item' => 'Favorites')));
$this->views_menu();
}