Add images to home page; fix countdown

This commit is contained in:
Némunaire 2013-11-25 11:55:15 +01:00
commit 4efc90a5f0
9 changed files with 120 additions and 95 deletions

View file

@ -2,6 +2,8 @@
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());