From 07d164f8bdf3b693d50599d4145000b675b429e9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 22 Apr 2011 09:26:42 -0400 Subject: [PATCH] disable fancy stuff in home sidebar --- actions/all.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/actions/all.php b/actions/all.php index 17d5a76ec7..9350c9a849 100644 --- a/actions/all.php +++ b/actions/all.php @@ -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() -- 2.39.5