Republishing of FIC2014 challenges
This commit is contained in:
parent
939e6d994d
commit
c54f929846
24 changed files with 329 additions and 117 deletions
|
|
@ -19,5 +19,6 @@ if (!empty($themes))
|
|||
$template->assign("themes", Theme::get_themes());
|
||||
$template->assign("nbExoMax", Exercice::get_nb_exo_max());
|
||||
$template->assign("percent", $percent);
|
||||
$template->assign("rank", Team::get_top());
|
||||
|
||||
return "teams/summary";
|
||||
|
|
|
|||
Reference in a new issue