show invite button section on home page

This commit is contained in:
Evan Prodromou 2011-04-14 18:19:18 -04:00
parent 873b1fb186
commit 0cc73b3b2a
1 changed files with 10 additions and 0 deletions

View File

@ -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();