Add simple tpl for each php
Change the home.css to common.css
This commit is contained in:
parent
d2060ce1b8
commit
868e49c834
11 changed files with 60 additions and 8 deletions
|
|
@ -2,5 +2,9 @@
|
|||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
$exercice = new Exercice($EXERCICE);
|
||||
|
||||
$template->assign("Exercice", $exercice);
|
||||
//$template->assign("Number", $ex_number);
|
||||
|
||||
return "teams/exercice";
|
||||
|
|
|
|||
Reference in a new issue