server/onyx/include/team/exercice.php

11 lines
184 B
PHP
Raw Normal View History

2013-10-22 06:16:02 +00:00
<?php
if(!defined('ONYX')) exit;
$exercice = new Exercice($EXERCICE);
$template->assign("Exercice", $exercice);
//$template->assign("Number", $ex_number);
2013-10-22 06:16:02 +00:00
2013-10-26 06:56:06 +00:00
return "teams/exercice";