boutons ancien contenu

This commit is contained in:
tierce (Thierry Fenasse) 2022-08-27 16:23:43 +02:00
parent 415ef6a3cc
commit 5b167d9496
No known key found for this signature in database
GPG Key ID: 56BF2A3A07DDEB1F
1 changed files with 11 additions and 0 deletions

11
inclure/nav.html Normal file
View File

@ -0,0 +1,11 @@
<B_nav>
<nav class="nav clearfix[ (#TOTAL_BOUCLE|=={1}|oui)none]" id="nav" role="navigation">
<ul>
<li><a href="https://icg-old.kilombo.top">Ancien site</a></li>
<li><a href="https://cdrom.kilombo.top">CD-ROM</a></li>
<BOUCLE_nav(RUBRIQUES) {racine} {par num titre, titre}>
<li class="nav-item[ (#EXPOSE)][ (#COMPTEUR_BOUCLE|=={1}|oui)first][ (#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE}|oui)last]"><a href="#URL_RUBRIQUE">#TITRE</a></li>
</BOUCLE_nav>
</ul>
</nav>
</B_nav>