Summary table done.
This commit is contained in:
parent
bf36486bf3
commit
8758598104
4 changed files with 44 additions and 6 deletions
|
|
@ -2,7 +2,12 @@
|
|||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
$team = new Team($TEAM);
|
||||
//$solvedExercices = $team->get_solvedExercices();
|
||||
|
||||
$template->assign("themes", Theme::get_themes());
|
||||
$template->assign("nbExoMax", Exercice::get_nbExoMax());
|
||||
$template->assign("team", $team);
|
||||
//$template->assign("solvedExercices", $solvedExercices);
|
||||
|
||||
return "teams/summary";
|
||||
|
|
|
|||
Reference in a new issue