forked from halo-battle/game
12 lines
No EOL
870 B
PHP
12 lines
No EOL
870 B
PHP
<?php /* Smarty version 2.6.22, created on 2009-10-28 22:36:10
|
|
compiled from game/options/common.tpl */ ?>
|
|
<ul class="onglets">
|
|
<li><a href="<?php echo $this->_tpl_vars['menu']['options']; ?>
|
|
&n=ext"<?php if ($this->_tpl_vars['onglet'] == 'ext'): ?> class="hilight"<?php endif; ?>>Extérieures</a></li>
|
|
<li><a href="<?php echo $this->_tpl_vars['menu']['options']; ?>
|
|
&n=compte"<?php if ($this->_tpl_vars['onglet'] == 'compte'): ?> class="hilight"<?php endif; ?>>Compte</a></li>
|
|
<li><a href="<?php echo $this->_tpl_vars['menu']['options']; ?>
|
|
&n=jeu"<?php if ($this->_tpl_vars['onglet'] == 'jeu'): ?> class="hilight"<?php endif; ?>>Jeu</a></li>
|
|
<li><a href="<?php echo $this->_tpl_vars['menu']['options']; ?>
|
|
&n=notif"<?php if ($this->_tpl_vars['onglet'] == 'notif'): ?> class="hilight"<?php endif; ?>>Notifications</a></li>
|
|
</ul>
|