Add a simple page for admin/exercice
This commit is contained in:
parent
655842bb3a
commit
a6ad7597c8
4 changed files with 73 additions and 50 deletions
13
onyx/include/admin/exercice.php
Normal file
13
onyx/include/admin/exercice.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
$p = $out[0];
|
||||
|
||||
if (isset($p[2]))
|
||||
$template->assign("theme", $p[2]);
|
||||
|
||||
if (isset($p[3]))
|
||||
$template->assign("ex", $p[3]);
|
||||
|
||||
return "admin/exercice";
|
||||
Reference in a new issue