diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 03:03:17 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 03:03:17 +0100 |
commit | 6949cefa7f1649d2c466df2f3566c118be9d88cd (patch) | |
tree | a54832f36143ec26b5af0df9388724a9e8f36832 /actions | |
parent | 69183c445d8305ad74db72cca3ced01323973cc5 (diff) |
add groups-by-posts section
Diffstat (limited to 'actions')
-rw-r--r-- | actions/groups.php | 6 |
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(); + } } |