Add a simple page for admin/exercice

This commit is contained in:
Li Chen 2013-11-28 22:03:27 +01:00
commit a6ad7597c8
4 changed files with 73 additions and 50 deletions

View file

@ -0,0 +1,7 @@
{extends file="admin/layout.tpl"}
{block name=content}
<p>
Theme: {$theme} </br>
Exercice: {$ex}
</p>
{/block}