add groups-by-posts section
This commit is contained in:
parent
69183c445d
commit
6949cefa7f
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user