Add top posters section to public page
This commit is contained in:
parent
871439ba67
commit
94d3a4b22c
@ -197,4 +197,10 @@ class PublicAction extends Action
|
||||
'version' => 'Atom 1.0',
|
||||
'item' => 'publicatom')));
|
||||
}
|
||||
|
||||
function showSections()
|
||||
{
|
||||
$top = new TopPostersSection($this);
|
||||
$top->show();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user