Add sumarry

This commit is contained in:
Quentin Grosyeux 2013-11-05 05:15:18 +01:00
commit bf36486bf3
5 changed files with 58 additions and 0 deletions

View file

@ -2,5 +2,7 @@
if(!defined('ONYX')) exit;
$template->assign("themes", Theme::get_themes());
$template->assign("nbExoMax", Exercice::get_nbExoMax());
return "teams/summary";