change front page to link to max member groups
This commit is contained in:
parent
a5f78449b1
commit
7835393c25
|
@ -229,7 +229,7 @@ class PublicAction extends Action
|
||||||
// $top->show();
|
// $top->show();
|
||||||
$pop = new PopularNoticeSection($this);
|
$pop = new PopularNoticeSection($this);
|
||||||
$pop->show();
|
$pop->show();
|
||||||
$gbp = new GroupsByPostsSection($this);
|
$gbp = new GroupsByMembersSection($this);
|
||||||
$gbp->show();
|
$gbp->show();
|
||||||
$feat = new FeaturedUsersSection($this);
|
$feat = new FeaturedUsersSection($this);
|
||||||
$feat->show();
|
$feat->show();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user