server/onyx/tpl/bootstrap/admin/generation.tpl

11 lines
171 B
Smarty
Raw Normal View History

2015-01-18 05:51:23 +00:00
{extends file="admin/layout.tpl"}
{block name=content}
<h1>
Génération
</h1>
{if isset($return)}
<h2>Sortie</h2>
<pre>{$return|escape}</pre>
{/if}
{/block}