Subversion Repositories Applications.referentiel

Rev

Rev 37 | Rev 47 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
37 jpm 1
<!-- REF - DEBUT MENU -->
2
<?php if (isset($menus)) : ?>
3
<ul>
4
<?php foreach ($menus as $menu) : ?>
5
	<li><a href="<?=$menu['url'];?>"><?=$menu['nom'];?></a></li>
6
<?php endforeach; ?>
7
</ul>
8
<?php endif; ?>
9
<!-- REF - FIN MENU -->