]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add group tag cloud to group
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 21:15:21 +0000 (21:15 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 21:15:21 +0000 (21:15 +0000)
actions/showgroup.php

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