Version 1.9a

This commit is contained in:
nemunaire 2008-09-20 12:00:00 +02:00
commit d028822d0b
437 changed files with 27543 additions and 81793 deletions

View file

@ -0,0 +1,9 @@
{include file='game/header.tpl'}
<form action="?p={$linkpage}&amp;i={$id}" method="post">
<p>
Version : <input type="text" name="version" value="{$mod.version}" /><br />
Contenu :<br /><textarea cols="10" rows="10" name="contenu">{$mod.contenu}</textarea><br />
<input type="submit" class="submit" value="GO" />
</p>
</form>
{include file='game/footer.tpl'}