diff --git a/actions/public.php b/actions/public.php index 0ceeef98e8..880b651e15 100644 --- a/actions/public.php +++ b/actions/public.php @@ -197,4 +197,10 @@ class PublicAction extends Action 'version' => 'Atom 1.0', 'item' => 'publicatom'))); } + + function showSections() + { + $top = new TopPostersSection($this); + $top->show(); + } }