HB/templates/admin/bandeau_add.tpl

9 lines
360 B
Smarty
Raw Normal View History

2008-09-20 10:00:00 +00:00
{include file='game/header.tpl'}
<form action="?p={$linkpage}&amp;i={$id}" method="post">
<p>
Texte : <input type="text" name="texte" value="{$mod.texte}" /><br />
Couleur : <input type="text" name="color" value="{$mod.color}" /><br />
<input type="submit" class="submit" value="GO" />
</p>
</form>
{include file='game/footer.tpl'}