From b6dad052bdde1ba6d91eac370f17a9af235b9e09 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 22 Jan 2009 19:48:35 +0000 Subject: Add a popular notices section to the public page --- actions/public.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actions/public.php') diff --git a/actions/public.php b/actions/public.php index 880b651e1..8ce7fbee3 100644 --- a/actions/public.php +++ b/actions/public.php @@ -202,5 +202,7 @@ class PublicAction extends Action { $top = new TopPostersSection($this); $top->show(); + $pop = new PopularNoticeSection($this); + $pop->show(); } } -- cgit v1.2.3-54-g00ecf