From ec181392b99d19cfb2fa531f397ae4a2caf80578 Mon Sep 17 00:00:00 2001
From: RealET <real3t@gmail.com>
Date: Wed, 28 Sep 2022 23:20:56 +0200
Subject: [PATCH] fix: retour en haut fonctionnel aussi sur la page d'accueil

---
 sommaire.html | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/sommaire.html b/sommaire.html
index 4346e8b3..77843f07 100644
--- a/sommaire.html
+++ b/sommaire.html
@@ -1,12 +1,15 @@
-#FASTCACHE
+[(#SET{titretop,[(#NOM_SITE_SPIP|sc_nettoyer_marqueur|texte_script)]})]
 <INCLURE{fond=noisettes/header/header}
-		{template=Sommaire}
-		{idbody=sommaire_mode_#CONFIG{soyezcreateurs/mode_affichage,communiquant}}
-		{type=sommaire}
-		{canonical=#URL_SITE_SPIP}
+	{template=Sommaire}
+	{idbody=sommaire_mode_#CONFIG{soyezcreateurs/mode_affichage,communiquant}}
+	{titretop=#GET{titretop}}
+	{type=sommaire}
+	{idbody=sommaire}
+	{canonical=#URL_SITE_SPIP}
 >
 <INCLURE{fond=noisettes/sommaire/sommaire_mode#CONFIG{soyezcreateurs/mode_affichage,communiquant},env}>
 <INCLURE{fond=noisettes/footer/footer}
-		{template=Sommaire}
+	{template=Sommaire}
+	{titretop=#GET{titretop}}
 >
 #FILTRE{mini_html}
\ No newline at end of file
-- 
GitLab