summaryrefslogtreecommitdiff
path: root/actions/groups.php
diff options
context:
space:
mode:
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();
+ }
}