diff --git a/actions/public.php b/actions/public.php index 100f8d1194..d906d65501 100644 --- a/actions/public.php +++ b/actions/public.php @@ -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(); }