remove top posters from public

This commit is contained in:
Evan Prodromou 2009-01-23 10:36:16 +01:00
parent 6b5fb0ab7d
commit 32c9c03cdc

View File

@ -205,8 +205,8 @@ class PublicAction extends Action
function showSections() function showSections()
{ {
$top = new TopPostersSection($this); // $top = new TopPostersSection($this);
$top->show(); // $top->show();
$pop = new PopularNoticeSection($this); $pop = new PopularNoticeSection($this);
$pop->show(); $pop->show();
$gbp = new GroupsByPostsSection($this); $gbp = new GroupsByPostsSection($this);