diff options
Diffstat (limited to 'actions/favorited.php')
-rw-r--r-- | actions/favorited.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/actions/favorited.php b/actions/favorited.php index 78749a3ab..035e2f953 100644 --- a/actions/favorited.php +++ b/actions/favorited.php @@ -44,6 +44,11 @@ class FavoritedAction extends StreamAction { common_raw($output); common_element_end('div'); $this->public_views_menu(); + + $this->show_feeds_list(array(0=>array('href'=>common_local_url('favoritedrss'), + 'type' => 'rss', + 'version' => 'RSS 1.0', + 'item' => 'favoritedrss'))); } function show_header() { @@ -108,4 +113,4 @@ class FavoritedAction extends StreamAction { common_pagination($page > 1, $cnt > NOTICES_PER_PAGE, $page, 'favorited'); } -}
\ No newline at end of file +} |