show invite button in public
This commit is contained in:
parent
0cc73b3b2a
commit
3df69fe5ba
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user