Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
31 |
aurelien |
1 |
<ul class="liste_fil_ariane">
|
|
|
2 |
<?php foreach($elements_fil as $element) ?>
|
|
|
3 |
<li class="element_fil"><a href=""></a></li>
|
|
|
4 |
<?php if($element != array_pop($element)) { ?> > <?php } ?>
|
|
|
5 |
<?php endforeach ?>
|
|
|
6 |
</ul>
|