Subversion Repositories Applications.referentiel

Rev

Rev 45 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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