From: Evan Prodromou Date: Thu, 22 Jan 2009 21:15:21 +0000 (+0000) Subject: Add group tag cloud to group X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=058f9fa1eb7162da632d694c183b8a1205ebe677;p=quix0rs-gnu-social.git Add group tag cloud to group --- diff --git a/actions/showgroup.php b/actions/showgroup.php index 534043c242..6e2f939f97 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(); } /**