Add a popular notices section to the public page

This commit is contained in:
Evan Prodromou 2009-01-22 19:48:35 +00:00
parent 7260153bd1
commit b6dad052bd
1 changed files with 2 additions and 0 deletions

View File

@ -202,5 +202,7 @@ class PublicAction extends Action
{
$top = new TopPostersSection($this);
$top->show();
$pop = new PopularNoticeSection($this);
$pop->show();
}
}