Summary table done.

This commit is contained in:
Quentin Grosyeux 2013-11-07 21:53:35 +01:00
commit 8758598104
4 changed files with 44 additions and 6 deletions

View file

@ -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";