show invite button in public

This commit is contained in:
Evan Prodromou 2011-04-14 18:19:59 -04:00
parent 0cc73b3b2a
commit 3df69fe5ba
1 changed files with 2 additions and 4 deletions

View 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();
}