<?php if ($this['modules']->count('search')) : ?>
<div id="search">
<ul class="menu menu-dropdown" style="margin:12px 0 0 10px;">
<li>
<a href="index.php/fr/">
<img title="Francais ( FR)" alt="Francais ( FR)" src="fr.gif"> </a>
</li>
<li>
<a href="index.php/en/">
<img title="English (UK)" alt="English (UK)" src="en.gif"> </a>
</li>
</ul>
</div>
<?php endif; ?>
On ajoute sa après :
<?php if ($this['modules']->count('menu')) : ?>
<nav id="menu"><?php echo $this['modules']->render('menu'); ?></nav>
<?php endif; ?>
Dans le fichier layouts/template.php
Commentaires
Enregistrer un commentaire