Add group tag cloud to group
This commit is contained in:
parent
8112c04c3d
commit
058f9fa1eb
|
@ -333,6 +333,8 @@ class ShowgroupAction extends Action
|
||||||
function showSections()
|
function showSections()
|
||||||
{
|
{
|
||||||
$this->showMembers();
|
$this->showMembers();
|
||||||
|
$cloud = new GroupTagCloudSection($this, $this->group);
|
||||||
|
$cloud->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user