]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add personal tag cloud
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 20:46:37 +0000 (20:46 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 20:46:37 +0000 (20:46 +0000)
actions/showstream.php

index 1ea84cf218bfc04c87188a271cd69218e8e92208..9e209cd4a06e352bc212e0e35638b67a28ab2752 100644 (file)
@@ -388,6 +388,8 @@ class ShowstreamAction extends Action
         $this->showSubscribers();
         $this->showGroups();
         $this->showStatistics();
+        $cloud = new PersonalTagCloudSection($this, $this->user);
+        $cloud->show();
     }
 
     function showSubscriptions()