From 0cc73b3b2a69f5ab975293dbbbc968cef4830db4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 14 Apr 2011 18:19:18 -0400 Subject: [PATCH] show invite button section on home page --- actions/all.php | 10 ++++++++++ 1 file changed, 10 insertions(+) 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(); -- 2.39.5