New templates
This commit is contained in:
parent
af58e84324
commit
33935063a4
4 changed files with 35 additions and 4 deletions
|
|
@ -2,6 +2,17 @@
|
|||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
|
||||
//TOP10
|
||||
$template->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);
|
||||
|
|
|
|||
Reference in a new issue