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
7
onyx/tpl/bootstrap/admin/exercice.tpl
Normal file
7
onyx/tpl/bootstrap/admin/exercice.tpl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{extends file="admin/layout.tpl"}
|
||||
{block name=content}
|
||||
<p>
|
||||
Theme: {$theme} </br>
|
||||
Exercice: {$ex}
|
||||
</p>
|
||||
{/block}
|
||||
Reference in a new issue