Add sumarry
This commit is contained in:
parent
a0657ff619
commit
bf36486bf3
5 changed files with 58 additions and 0 deletions
|
|
@ -2,5 +2,7 @@
|
|||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
$template->assign("themes", Theme::get_themes());
|
||||
$template->assign("nbExoMax", Exercice::get_nbExoMax());
|
||||
|
||||
return "teams/summary";
|
||||
|
|
|
|||
Reference in a new issue