assign("top", Team::get_top(10)); $template->assign("themes", Theme::get_themes()); $template->assign("nbExoMax", Exercice::get_nb_exo_max()); $template->assign("my_team", new TEAM($TEAM)); return "public/score";