From 4e7192579ab0a1e3114d6f599495e3a54e1c397c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 22 Jan 2009 20:46:37 +0000 Subject: Add personal tag cloud --- actions/showstream.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actions/showstream.php') 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() -- cgit v1.2.3-54-g00ecf