game/onyx2/modules/templates_anc/compile/%%55^55E^55EE897B%%gestion_common.tpl.php

12 lines
1.3 KiB
PHP

<?php /* Smarty version 2.6.22, created on 2009-10-31 16:36:07
compiled from game/alliance/gestion_common.tpl */ ?>
<ul class="onglets">
<?php if ($this->_tpl_vars['planete']->permissions_alliance & 32): ?><li<?php if ($this->_tpl_vars['onglet'] == 'membres'): ?> class="hilight"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['menu']['gestion']; ?>
&amp;g=membres">Membres</a></li><?php endif; ?>
<?php if ($this->_tpl_vars['planete']->permissions_alliance & 128): ?><li<?php if ($this->_tpl_vars['onglet'] == 'grades'): ?> class="hilight"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['menu']['gestion']; ?>
&amp;g=grades">Grades</a></li><?php endif; ?>
<?php if ($this->_tpl_vars['planete']->permissions_alliance & 64): ?><li<?php if ($this->_tpl_vars['onglet'] == 'wings' || ( $this->_tpl_vars['onglet'] == 'alliance' && $this->_tpl_vars['planete']->wing )): ?> class="hilight"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['menu']['gestion']; ?>
&amp;g=wings">Wings</a></li><?php endif; ?>
<?php if ($this->_tpl_vars['planete']->permissions_alliance & 128 && ! $this->_tpl_vars['planete']->wing): ?><li<?php if ($this->_tpl_vars['onglet'] == 'alliance'): ?> class="hilight"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['menu']['gestion']; ?>
&amp;g=alliance">Alliance</a></li><?php endif; ?>
</ul>