assign("top10", Team::get_top(10)); //RANK $template->assign("my_team", new Team($TEAM)); //BEGIN LISTING THEMES $template->assign("themes", Theme::get_themes()); $exercice = new Exercice($EXERCICE); $template->assign("Exercice", $exercice); //$template->assign("Number", $ex_number); return "teams/exercice";