server/onyx/include/public/score.php
2013-11-25 11:55:35 +01:00

13 lines
262 B
PHP

<?php
if(!defined('ONYX')) exit;
$template->assign("top", Team::get_top(10));
$template->assign("themes", Theme::get_themes());
$template->assign("nbExoMax", Exercice::get_nb_exo_max());
$template->assign("my_team", new TEAM($TEAM));
return "public/score";