disable fancy stuff in home sidebar

This commit is contained in:
Evan Prodromou 2011-04-22 09:26:42 -04:00
parent f79d59a081
commit 07d164f8bd
1 changed files with 6 additions and 6 deletions

View File

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