Code cleaned
This commit is contained in:
parent
f7f277d46b
commit
2d77512cdc
13 changed files with 58 additions and 63 deletions
|
|
@ -5,6 +5,6 @@ if(!defined('ONYX')) exit;
|
|||
$template->assign("teams", Team::get_teams());
|
||||
$template->assign("top", Team::get_top(10));
|
||||
$template->assign("themes", Theme::get_themes());
|
||||
$template->assign("nbExoMax", Exercice::get_nbExoMax());
|
||||
$template->assign("nbExoMax", Exercice::get_nb_exo_max());
|
||||
|
||||
return "public/home";
|
||||
|
|
|
|||
Reference in a new issue