Version 1.14a

This commit is contained in:
nemunaire 2020-11-15 16:12:32 +01:00
commit dc48225dc9
1094 changed files with 189052 additions and 13889 deletions

View file

@ -0,0 +1,12 @@
<?php /* Smarty version 2.6.22, created on 2009-10-31 19:30:41
compiled from game/options/common.tpl */ ?>
<ul class="onglets">
<li<?php if ($this->_tpl_vars['onglet'] == 'ext'): ?> class="hilight"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['menu']['options']; ?>
&amp;n=ext">Extérieures</a></li>
<li<?php if ($this->_tpl_vars['onglet'] == 'compte'): ?> class="hilight"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['menu']['options']; ?>
&amp;n=compte">Compte</a></li>
<li<?php if ($this->_tpl_vars['onglet'] == 'jeu'): ?> class="hilight"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['menu']['options']; ?>
&amp;n=jeu">Jeu</a></li>
<li<?php if ($this->_tpl_vars['onglet'] == 'notif'): ?> class="hilight"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['menu']['options']; ?>
&amp;n=notif">Notifications</a></li>
</ul>