Add personal tag cloud
This commit is contained in:
parent
1be3efd1b5
commit
4e7192579a
|
@ -388,6 +388,8 @@ class ShowstreamAction extends Action
|
|||
$this->showSubscribers();
|
||||
$this->showGroups();
|
||||
$this->showStatistics();
|
||||
$cloud = new PersonalTagCloudSection($this, $this->user);
|
||||
$cloud->show();
|
||||
}
|
||||
|
||||
function showSubscriptions()
|
||||
|
|
Loading…
Reference in New Issue
Block a user