]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added featured users to public timeline
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 21:42:34 +0000 (21:42 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 21:42:34 +0000 (21:42 +0000)
actions/public.php

index b51a95f24469cc07ee06f9383d8bbfed64a2baf6..c2e90c3b50457895363ca8778a276f5574b37172 100644 (file)
@@ -206,5 +206,7 @@ class PublicAction extends Action
         $pop->show();
         $gbp = new GroupsByPostsSection($this);
         $gbp->show();
+        $feat = new FeaturedUsersSection($this);
+        $feat->show();
     }
 }