Add link to global rank in team part

This commit is contained in:
nemunaire 2014-01-14 17:11:10 +01:00
commit 3f731fb8e0
5 changed files with 42 additions and 2 deletions

View 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";