Add team informations in the me page
This commit is contained in:
parent
67b5422c28
commit
b406ae93e3
2 changed files with 31 additions and 3 deletions
|
|
@ -2,4 +2,6 @@
|
|||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
$template->assign("members", $TEAM->get_members());
|
||||
|
||||
return "teams/me";
|
||||
|
|
|
|||
Reference in a new issue