forked from halo-battle/game
12 lines
No EOL
1.3 KiB
PHP
12 lines
No EOL
1.3 KiB
PHP
<?php /* Smarty version 2.6.22, created on 2009-10-18 06:08:17
|
|
compiled from game/alliance/gestion_common.tpl */ ?>
|
|
<ul class="onglets">
|
|
<?php if ($this->_tpl_vars['planete']->permissions_alliance & 32): ?><li><a href="<?php echo $this->_tpl_vars['menu']['gestion']; ?>
|
|
&g=membres"<?php if ($this->_tpl_vars['onglet'] == 'membres'): ?> class="hilight"<?php endif; ?>>Membres</a></li><?php endif; ?>
|
|
<?php if ($this->_tpl_vars['planete']->permissions_alliance & 128): ?><li><a href="<?php echo $this->_tpl_vars['menu']['gestion']; ?>
|
|
&g=grades"<?php if ($this->_tpl_vars['onglet'] == 'grades'): ?> class="hilight"<?php endif; ?>>Grades</a></li><?php endif; ?>
|
|
<?php if ($this->_tpl_vars['planete']->permissions_alliance & 64): ?><li><a href="<?php echo $this->_tpl_vars['menu']['gestion']; ?>
|
|
&g=wings"<?php if ($this->_tpl_vars['onglet'] == 'wings' || ( $this->_tpl_vars['onglet'] == 'alliance' && $this->_tpl_vars['planete']->wing )): ?> class="hilight"<?php endif; ?>>Wings</a></li><?php endif; ?>
|
|
<?php if ($this->_tpl_vars['planete']->permissions_alliance & 128 && ! $this->_tpl_vars['planete']->wing): ?><li><a href="<?php echo $this->_tpl_vars['menu']['gestion']; ?>
|
|
&g=alliance"<?php if ($this->_tpl_vars['onglet'] == 'alliance'): ?> class="hilight"<?php endif; ?>>Alliance</a></li><?php endif; ?>
|
|
</ul>
|