]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
Profile block base style
[quix0rs-gnu-social.git] / actions / all.php
index bd5b9f01e5f5dce8f642ea28300ee47d6d6734a1..729b8dd16aec644e619fa6040967e5baa0e64216 100644 (file)
@@ -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) {