Code cleaned
This commit is contained in:
parent
f7f277d46b
commit
2d77512cdc
13 changed files with 58 additions and 63 deletions
|
|
@ -3,7 +3,7 @@
|
|||
if(!defined('ONYX')) exit;
|
||||
|
||||
$template->assign("themes", Theme::get_themes());
|
||||
$template->assign("nbExoMax", Exercice::get_nbExoMax());
|
||||
$template->assign("nbExoMax", Exercice::get_nb_exo_max());
|
||||
|
||||
$template->assign("my_team", new TEAM($TEAM));
|
||||
|
||||
|
|
|
|||
Reference in a new issue