]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
show invite button section on home page
authorEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 22:19:18 +0000 (18:19 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 22:19:18 +0000 (18:19 -0400)
actions/all.php

index 5fd2475e4911f3b467a8836cfba87b92a63cdc36..a77d6014f4d116bc9aab8aae3ef3b6e1b219508a 100644 (file)
@@ -183,6 +183,16 @@ class AllAction extends ProfileAction
         }
     }
 
+    function showSections()
+    {
+        $this->showSubscriptions();
+        $ibs = new InviteButtonSection($this);
+        $ibs->show();
+        $this->showSubscribers();
+        $this->showGroups();
+        $this->showLists();
+    }
+
     function showPageTitle()
     {
         $user = common_current_user();