show invite button section on home page
This commit is contained in:
parent
873b1fb186
commit
0cc73b3b2a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user