re-enable invite button and popular notice section on home stream

This commit is contained in:
Evan Prodromou 2011-04-23 13:45:43 -04:00
parent 07d164f8bd
commit f38a8abd34
1 changed files with 4 additions and 4 deletions

View File

@ -183,10 +183,10 @@ class AllAction extends ProfileAction
function showSections()
{
// $ibs = new InviteButtonSection($this);
// $ibs->show();
// $pop = new PopularNoticeSection($this);
// $pop->show();
$ibs = new InviteButtonSection($this);
$ibs->show();
$pop = new PopularNoticeSection($this);
$pop->show();
// $pop = new InboxTagCloudSection($this, $this->user);
// $pop->show();
}