Add groups by notice to public
This commit is contained in:
@@ -204,5 +204,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->show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user