From: Evan Prodromou Date: Sat, 23 Apr 2011 17:45:43 +0000 (-0400) Subject: re-enable invite button and popular notice section on home stream X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f38a8abd346569b06770a4881922cb9347c76228;p=quix0rs-gnu-social.git re-enable invite button and popular notice section on home stream --- diff --git a/actions/all.php b/actions/all.php index 9350c9a849..f558c3925f 100644 --- a/actions/all.php +++ b/actions/all.php @@ -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(); }