Add group tag cloud to group

This commit is contained in:
Evan Prodromou 2009-01-22 21:15:21 +00:00
parent 8112c04c3d
commit 058f9fa1eb
1 changed files with 2 additions and 0 deletions

View File

@ -333,6 +333,8 @@ class ShowgroupAction extends Action
function showSections()
{
$this->showMembers();
$cloud = new GroupTagCloudSection($this, $this->group);
$cloud->show();
}
/**