server/onyx/include/public/score.php

13 lines
262 B
PHP
Raw Normal View History

<?php
if(!defined('ONYX')) exit;
2013-11-25 10:55:15 +00:00
$template->assign("top", Team::get_top(10));
2013-11-08 14:47:55 +00:00
$template->assign("themes", Theme::get_themes());
2013-11-12 15:52:50 +00:00
$template->assign("nbExoMax", Exercice::get_nb_exo_max());
2013-11-08 14:47:55 +00:00
$template->assign("my_team", new TEAM($TEAM));
return "public/score";