Public score page updated
This commit is contained in:
parent
6f57e24e08
commit
db5a36d194
2 changed files with 88 additions and 9 deletions
|
|
@ -3,6 +3,8 @@
|
|||
if(!defined('ONYX')) exit;
|
||||
|
||||
$template->assign("teams", Team::get_teams());
|
||||
$template->assign("top", Team::get_top());
|
||||
$template->assign("top", Team::get_top(10));
|
||||
$template->assign("themes", Theme::get_themes());
|
||||
$template->assign("nbExoMax", Exercice::get_nbExoMax());
|
||||
|
||||
return "public/home";
|
||||
|
|
|
|||
Reference in a new issue