Added featured users to public timeline
This commit is contained in:
parent
cb3d94ea93
commit
10241a6d83
|
@ -206,5 +206,7 @@ class PublicAction extends Action
|
||||||
$pop->show();
|
$pop->show();
|
||||||
$gbp = new GroupsByPostsSection($this);
|
$gbp = new GroupsByPostsSection($this);
|
||||||
$gbp->show();
|
$gbp->show();
|
||||||
|
$feat = new FeaturedUsersSection($this);
|
||||||
|
$feat->show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user