X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fall.php;h=729b8dd16aec644e619fa6040967e5baa0e64216;hb=2abe10b8ea4b5d69fc7f6513bf465541454ca2cf;hp=bd5b9f01e5f5dce8f642ea28300ee47d6d6734a1;hpb=e304f42b4793e03f152a1fd591fb222a9c8cc984;p=quix0rs-gnu-social.git diff --git a/actions/all.php b/actions/all.php index bd5b9f01e5..729b8dd16a 100644 --- a/actions/all.php +++ b/actions/all.php @@ -69,6 +69,11 @@ class AllAction extends StreamAction { } $this->views_menu(); + + $this->show_feeds_list(array(0=>array('href'=>common_local_url('allrss', array('nickname' => $user->nickname)), + 'type' => 'rss', + 'version' => 'RSS 1.0', + 'item' => 'allrss'))); } function show_notices($user) {