diff options
author | csarven <csarven@controlyourself.ca> | 2008-12-05 17:14:02 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-12-05 17:14:02 -0500 |
commit | 33a054ccc03eba0caff95c04ddf99d0ac6b7ac19 (patch) | |
tree | b0f7aa862f7a22a46afda67bfd7c8143037caf02 /actions/favorited.php | |
parent | 7def4d227f655202176cb913a87127704a058a14 (diff) |
trac855 trac856 and Feed list for the Favorited page
darcs-hash:20081205221402-eefa4-9c765fe3c7a6e0cf9cdee1749ed2bebb24d3deaf.gz
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 +} |