]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
show invite button in public
[quix0rs-gnu-social.git] / actions / public.php
index 100f8d11943eeec21a295996d5da7b087a185a4e..d906d65501a996dada406b92040e692666eafb51 100644 (file)
@@ -222,14 +222,12 @@ class PublicAction extends Action
 
     function showSections()
     {
-        // $top = new TopPostersSection($this);
-        // $top->show();
         $pop = new PopularNoticeSection($this);
         $pop->show();
+        $ibs = new InviteButtonSection($this);
+        $ibs->show();
         $gbp = new GroupsByMembersSection($this);
         $gbp->show();
-        $ptp = new PeopletagsBySubsSection($this);
-        $ptp->show();
         $feat = new FeaturedUsersSection($this);
         $feat->show();
     }