]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
move Invite button to top
[quix0rs-gnu-social.git] / actions / public.php
index cd15425fab4896ee76186bc0fe530137c7d138e9..6ab9d1de9c0687bcf51a4cde115c991fe75ac8c7 100644 (file)
@@ -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);