Update templates

This commit is contained in:
nemunaire 2020-11-15 17:23:53 +01:00
commit c8cfbb1d49
10 changed files with 48 additions and 44 deletions

View file

@ -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}&amp;k={$i}">Caserne {$i+1}</a></li>
{/for}
{/section}
</ul>
<h2>File d'attente</h2>