Add a popular notices section to the public page
This commit is contained in:
@@ -202,5 +202,7 @@ class PublicAction extends Action
|
||||
{
|
||||
$top = new TopPostersSection($this);
|
||||
$top->show();
|
||||
$pop = new PopularNoticeSection($this);
|
||||
$pop->show();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user