HB/templates/game/version.tpl

8 lines
328 B
Smarty
Raw Normal View History

2008-11-17 11:00:00 +00:00
{include file='game/header.tpl'}
<h2>Mises à jour</h2>
<table><thead><tr><th>Versions</th><th>Détails</th></tr></thead><tbody>
{foreach from=$versions item=version}
<tr><td>{$version.numero}<br />{$version.date}</td><td>{$version.description}</td></tr>
{/foreach}
</tbody></table>
{include file='game/footer.tpl'}