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
|
|
@ -26,8 +26,8 @@
|
|||
{/if}
|
||||
<h2>Infos</h2>
|
||||
{if $smarty.const.SURFACE == "planete"}
|
||||
<h4>{dDonnees::nameVilles($planete->batiments[17])}</h4>
|
||||
<h4>Diamètre: {$diametre|separerNombres} km <ins>({$planete->casesRest} case{if $planete->casesRest > 1}s{/if} disponible{if $planete->casesRest > 1}s{/if} sur {dDonnees::capaciteVilles($planete)|separerNombres})</ins></h4>
|
||||
<h4>{php}dDonnees::nameVilles($this->_tpl_vars['planete']->batiments[17]){/php}</h4>
|
||||
<h4>Diamètre: {$diametre|separerNombres} km <ins>({$planete->casesRest} case{if $planete->casesRest > 1}s{/if} disponible{if $planete->casesRest > 1}s{/if} sur {php}dDonnees::capaciteVilles($this->_tpl_vars['planete']){/php})</ins></h4>
|
||||
{/if}
|
||||
<h4>Race : {$planete->race}</h4>
|
||||
<h4>position: <a href="?p=carte&galaxie={$planete->galaxie}&ss={$planete->ss}">{$planete->galaxie}.{$planete->ss}.{$planete->position}</a></h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue