summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-22 19:48:35 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-22 19:48:35 +0000
commitb6dad052bdde1ba6d91eac370f17a9af235b9e09 (patch)
tree7bbc844a2197ff2b205ca038be7933b57d817bff /actions/public.php
parent7260153bd123cce0f82836e10f32a9d3812d93ac (diff)
Add a popular notices section to the public page
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php2
1 files changed, 2 insertions, 0 deletions
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();
}
}