forked from halo-battle/game
Update templates
This commit is contained in:
parent
2be9fcd5c3
commit
c8cfbb1d49
10 changed files with 48 additions and 44 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{include file='game/header.tpl'}
|
||||
<ul class="onglets">
|
||||
{for $i=0; $i<$planete->batiments.9; $i++}
|
||||
{section name=nb start=0 loop=$planete->batiments.9}
|
||||
{assign var=i value=$smarty.section.nb.index}
|
||||
<li{if $lieu == $i} class="hilight"{/if}><a href="{$menu.caserne}&k={$i}">Caserne {$i+1}</a></li>
|
||||
{/for}
|
||||
{/section}
|
||||
</ul>
|
||||
|
||||
<h2>File d'attente</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue