show tag cloud in public stream

This commit is contained in:
Evan Prodromou
2011-04-20 17:17:36 -04:00
parent 4fa7f147b0
commit 0c0aabeda5
2 changed files with 115 additions and 2 deletions

View File

@@ -226,8 +226,8 @@ class PublicAction extends Action
$ibs->show();
$pop = new PopularNoticeSection($this);
$pop->show();
$gbp = new GroupsByMembersSection($this);
$gbp->show();
$cloud = new PublicTagCloudSection($this);
$cloud->show();
$feat = new FeaturedUsersSection($this);
$feat->show();
}