Admin part: home and teams part done
This commit is contained in:
parent
568a6beef0
commit
166be860c8
11 changed files with 249 additions and 54 deletions
9
onyx/include/admin/export_users.php
Normal file
9
onyx/include/admin/export_users.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
header("Content-type: application/xml");
|
||||
|
||||
$template->assign("teams", Team::get_teams());
|
||||
|
||||
return "admin/export_teams";
|
||||
Reference in a new issue