Add personal tag cloud

This commit is contained in:
Evan Prodromou 2009-01-22 20:46:37 +00:00
parent 1be3efd1b5
commit 4e7192579a
1 changed files with 2 additions and 0 deletions

View 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()