From: Evan Prodromou Date: Thu, 14 Apr 2011 22:19:18 +0000 (-0400) Subject: show invite button section on home page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0cc73b3b2a69f5ab975293dbbbc968cef4830db4;p=quix0rs-gnu-social.git show invite button section on home page --- diff --git a/actions/all.php b/actions/all.php index 5fd2475e49..a77d6014f4 100644 --- a/actions/all.php +++ b/actions/all.php @@ -183,6 +183,16 @@ class AllAction extends ProfileAction } } + function showSections() + { + $this->showSubscriptions(); + $ibs = new InviteButtonSection($this); + $ibs->show(); + $this->showSubscribers(); + $this->showGroups(); + $this->showLists(); + } + function showPageTitle() { $user = common_current_user();