Subversion Repositories Applications.referentiel

Rev

Rev 37 | Rev 47 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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