1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/squelettes-dist/inclure/nav.html
2015-04-28 17:10:23 +02:00

9 lines
No EOL
244 B
HTML

<B_nav>
<div class="nav clearfix[ (#TOTAL_BOUCLE|=={1}|oui)none]" id="nav">
<ul>
<BOUCLE_nav(RUBRIQUES) {racine} {par num titre, titre}>
<li[ class="(#EXPOSE)"]><a href="#URL_RUBRIQUE">#TITRE</a></li>
</BOUCLE_nav>
</ul>
</div>
</B_nav>