Public score page updated

This commit is contained in:
Li Chen 2013-11-08 22:27:08 +01:00
commit db5a36d194
2 changed files with 88 additions and 9 deletions

View file

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