From: Evan Prodromou Date: Fri, 22 Apr 2011 13:26:42 +0000 (-0400) Subject: disable fancy stuff in home sidebar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=07d164f8bdf3b693d50599d4145000b675b429e9;p=quix0rs-gnu-social.git disable fancy stuff in home sidebar --- 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()