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.7; $i++}
|
||||
{section name=nb start=0 loop=$planete->batiments.7}
|
||||
{assign var=i value=$smarty.section.nb.index}
|
||||
<li{if $lieu == $i} class="hilight"{/if}><a href="{$menu.chantierterrestre}&k={$i}&n={$onglet}">Chantier {$i+1}</a></li>
|
||||
{/for}
|
||||
{/section}
|
||||
</ul>
|
||||
|
||||
<ul class="onglets">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue