summaryrefslogtreecommitdiff
path: root/actions/groups.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-23 03:03:17 +0100
committerEvan Prodromou <evan@controlyourself.ca>2009-01-23 03:03:17 +0100
commit6949cefa7f1649d2c466df2f3566c118be9d88cd (patch)
treea54832f36143ec26b5af0df9388724a9e8f36832 /actions/groups.php
parent69183c445d8305ad74db72cca3ced01323973cc5 (diff)
add groups-by-posts section
Diffstat (limited to 'actions/groups.php')
-rw-r--r--actions/groups.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/actions/groups.php b/actions/groups.php
index 154976f21..206065d26 100644
--- a/actions/groups.php
+++ b/actions/groups.php
@@ -114,4 +114,10 @@ class GroupsAction extends Action
$this->pagination($this->page > 1, $cnt > GROUPS_PER_PAGE,
$this->page, 'groups');
}
+
+ function showSections()
+ {
+ $gbp = new GroupsByPostsSection($this);
+ $gbp->show();
+ }
}