Add team informations in the me page

This commit is contained in:
Li Chen 2013-11-28 16:28:43 +01:00
commit b406ae93e3
2 changed files with 31 additions and 3 deletions

View file

@ -2,4 +2,6 @@
if(!defined('ONYX')) exit;
$template->assign("members", $TEAM->get_members());
return "teams/me";