Add top posters section to public page

This commit is contained in:
Evan Prodromou 2009-01-22 20:08:16 +01:00
parent 871439ba67
commit 94d3a4b22c
1 changed files with 6 additions and 0 deletions

View File

@ -197,4 +197,10 @@ class PublicAction extends Action
'version' => 'Atom 1.0',
'item' => 'publicatom')));
}
function showSections()
{
$top = new TopPostersSection($this);
$top->show();
}
}