diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 20:46:37 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 20:46:37 +0000 |
commit | 4e7192579ab0a1e3114d6f599495e3a54e1c397c (patch) | |
tree | e12a0e868477b6965ed847d3ef3d2435a27e1e71 /actions/showstream.php | |
parent | 1be3efd1b5e2ed50940f492eec4ba365f5881d00 (diff) |
Add personal tag cloud
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 1ea84cf21..9e209cd4a 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() |