move Invite button to top
This commit is contained in:
parent
51a7e9961d
commit
d9f27fcb14
@ -185,9 +185,9 @@ class AllAction extends ProfileAction
|
||||
|
||||
function showSections()
|
||||
{
|
||||
$this->showSubscriptions();
|
||||
$ibs = new InviteButtonSection($this);
|
||||
$ibs->show();
|
||||
$this->showSubscriptions();
|
||||
$this->showSubscribers();
|
||||
$this->showGroups();
|
||||
$this->showLists();
|
||||
|
@ -222,10 +222,10 @@ class PublicAction extends Action
|
||||
|
||||
function showSections()
|
||||
{
|
||||
$pop = new PopularNoticeSection($this);
|
||||
$pop->show();
|
||||
$ibs = new InviteButtonSection($this);
|
||||
$ibs->show();
|
||||
$pop = new PopularNoticeSection($this);
|
||||
$pop->show();
|
||||
$gbp = new GroupsByMembersSection($this);
|
||||
$gbp->show();
|
||||
$feat = new FeaturedUsersSection($this);
|
||||
|
Loading…
Reference in New Issue
Block a user