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