server/onyx/include/team/exercice.php
Li Chen 868e49c834 Add simple tpl for each php
Change the home.css to common.css
2013-10-26 21:01:02 +02:00

11 lines
184 B
PHP

<?php
if(!defined('ONYX')) exit;
$exercice = new Exercice($EXERCICE);
$template->assign("Exercice", $exercice);
//$template->assign("Number", $ex_number);
return "teams/exercice";