forked from halo-battle/game
Version 1.13a
This commit is contained in:
parent
de31cd3e9a
commit
ba8f323879
1634 changed files with 10080 additions and 213021 deletions
6
onyx2/tpl/game/alliance/gestion_common.tpl
Normal file
6
onyx2/tpl/game/alliance/gestion_common.tpl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<ul class="onglets">
|
||||
{if $planete->permissions_alliance & 32}<li><a href="{$menu.gestion}&g=membres"{if $onglet == "membres"} class="hilight"{/if}>Membres</a></li>{/if}
|
||||
{if $planete->permissions_alliance & 128}<li><a href="{$menu.gestion}&g=grades"{if $onglet == "grades"} class="hilight"{/if}>Grades</a></li>{/if}
|
||||
{if $planete->permissions_alliance & 64}<li><a href="{$menu.gestion}&g=wings"{if $onglet == "wings" || ($onglet == "alliance" && $planete->wing)} class="hilight"{/if}>Wings</a></li>{/if}
|
||||
{if $planete->permissions_alliance & 128 && !$planete->wing}<li><a href="{$menu.gestion}&g=alliance"{if $onglet == "alliance"} class="hilight"{/if}>Alliance</a></li>{/if}
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue