Add link to global rank in team part
This commit is contained in:
parent
6b5e51f4e3
commit
3f731fb8e0
5 changed files with 42 additions and 2 deletions
11
onyx/include/team/rank.php
Normal file
11
onyx/include/team/rank.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
$template->assign("top", Team::get_top(10));
|
||||
$template->assign("rank", Team::get_top());
|
||||
|
||||
$template->assign("themes", Theme::get_themes());
|
||||
$template->assign("nbExoMax", Exercice::get_nb_exo_max());
|
||||
|
||||
return "teams/rank";
|
||||
Reference in a new issue