Added featured users to public timeline

This commit is contained in:
Evan Prodromou 2009-01-22 21:42:34 +00:00
parent cb3d94ea93
commit 10241a6d83
1 changed files with 2 additions and 0 deletions

View File

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