From: Evan Prodromou Date: Thu, 22 Jan 2009 20:46:37 +0000 (+0000) Subject: Add personal tag cloud X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4e7192579ab0a1e3114d6f599495e3a54e1c397c;p=quix0rs-gnu-social.git Add personal tag cloud --- diff --git a/actions/showstream.php b/actions/showstream.php index 1ea84cf218..9e209cd4a0 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -388,6 +388,8 @@ class ShowstreamAction extends Action $this->showSubscribers(); $this->showGroups(); $this->showStatistics(); + $cloud = new PersonalTagCloudSection($this, $this->user); + $cloud->show(); } function showSubscriptions()