From e07f0580cfcb1619f6b06954e30d7024ce735173 Mon Sep 17 00:00:00 2001
From: RealET <real3t@gmail.com>
Date: Wed, 11 Jan 2023 13:52:18 +0100
Subject: [PATCH] feat : des crayons sur le miniplan dans le pied de page

---
 noisettes/footer/footer_pied.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/noisettes/footer/footer_pied.html b/noisettes/footer/footer_pied.html
index 4becc006..7e233d4b 100644
--- a/noisettes/footer/footer_pied.html
+++ b/noisettes/footer/footer_pied.html
@@ -40,11 +40,11 @@
 			<div class="liste-rubriques flexbox-wrap-space-around">
 				<BOUCLE_PlanMenuHaut(RUBRIQUES){si #CONFIG{soyezcreateurs_layout/plansitefooter,generique}|=={miniplan}}{titre_mot=MenuHaut}{par num titre}>
 				<section class="avec-padding-bottom avec-margin-bottom">
-					<h2><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></h2>
+					<h2 class="#EDIT{titre}"><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></h2>
 					<B_PlanMenuHautSsRub>
 					<ul class="menu vertical">
 						<BOUCLE_PlanMenuHautSsRub(RUBRIQUES) {!titre_mot=PasDansPlan} {id_parent} {par num titre}>
-						<li><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></li>
+						<li class="#EDIT{titre}"><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></li>
 						</BOUCLE_PlanMenuHautSsRub>
 					</ul>
 					</B_PlanMenuHautSsRub>
@@ -61,11 +61,11 @@
 			<div class="liste-rubriques flexbox-wrap-space-around">
 				<BOUCLE_PlanPasMenuHaut(RUBRIQUES){si #CONFIG{soyezcreateurs_layout/plansitefooter,generique}|=={miniplan}}{!titre_mot=PasDansMenu}{par num titre}>
 				<section class="avec-padding-bottom avec-margin-bottom">
-					<h2><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></h2>
+					<h2 class="#EDIT{titre}"><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></h2>
 					<B_PlanPasMenuHautSsRub>
 					<ul class="menu vertical">
 						<BOUCLE_PlanPasMenuHautSsRub(RUBRIQUES) {!titre_mot=PasDansPlan} {id_parent} {par num titre}>
-						<li><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></li>
+						<li class="#EDIT{titre}"><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|supprimer_tags|attribut_html)"]>#TITRE</a></li>
 						</BOUCLE_PlanPasMenuHautSsRub>
 					</ul>
 					</B_PlanPasMenuHautSsRub>
-- 
GitLab