modifié : inclure/footer.html

ajout des liens page connection/deconnection
This commit is contained in:
Marc 2024-02-04 00:07:07 +01:00
parent 5282803732
commit aad742dc18
1 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,10 @@
<BOUCLE_NavBottom(RUBRIQUES){racine}{par num titre}{lang_select=non}>
<li><a href="#URL_RUBRIQUE">#TITRE</a></li>
</BOUCLE_NavBottom>
<li>
[(#SESSION{id_auteur}|non) <a href="[(#URL_PAGE{login}|parametre_url{url,#SELF})]"><:lien_connecter:></a>]
[(#SESSION{id_auteur}|oui)<a href="#URL_LOGOUT"><:icone_deconnecter:></a>]
</li>
</ul>
</div>
<div class="large-2 columns logo logoapril">
@ -33,4 +37,4 @@
$(document).foundation();
</script>
</body>
</html>
</html>