forked from GNUsocial/gnu-social
move Invite button to top
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user