forked from halo-battle/game
Version 1.12
This commit is contained in:
parent
2a066a7498
commit
de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions
8
onyx2/tpl/game/version.tpl
Normal file
8
onyx2/tpl/game/version.tpl
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{include file='game/header.tpl'}
|
||||
<h2>Historique des mises à jour</h2>
|
||||
<table><thead><tr><th>Versions</th><th>Détails</th></tr></thead><tbody>
|
||||
{foreach from=$versions item=version}
|
||||
<tr><td><strong>{$version.numero}</strong><br />{$version.date}</td><td>{$version.description|nl2br}</td></tr>
|
||||
{/foreach}
|
||||
</tbody></table>
|
||||
{include file='game/footer.tpl'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue