diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 21:15:21 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 21:15:21 +0000 |
commit | 058f9fa1eb7162da632d694c183b8a1205ebe677 (patch) | |
tree | 4dcf70c245b6005c1d2b44f85fb48915533bf0d9 | |
parent | 8112c04c3de2463cb8bfa0b36c469b11421bb1f5 (diff) |
Add group tag cloud to group
-rw-r--r-- | actions/showgroup.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php index 534043c24..6e2f939f9 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -333,6 +333,8 @@ class ShowgroupAction extends Action function showSections() { $this->showMembers(); + $cloud = new GroupTagCloudSection($this, $this->group); + $cloud->show(); } /** |