people tag actions

This commit is contained in:
Shashi Gowda
2011-03-07 00:43:31 +05:30
parent f446db8e2a
commit 382e4d2cdb
23 changed files with 3549 additions and 353 deletions

View File

@@ -232,6 +232,8 @@ class PublicAction extends Action
$pop->show();
$gbp = new GroupsByMembersSection($this);
$gbp->show();
$ptp = new PeopletagsBySubsSection($this);
$ptp->show();
$feat = new FeaturedUsersSection($this);
$feat->show();
}