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