From 33489363b4e7d056f14e18e3277fc6c7ac8b0364 Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Wed, 29 Mar 2017 07:34:28 +0000
Subject: [PATCH] Ne pas afficher le bloc Goodies si pas d'article

---
 noisettes/sommaire/sommaire_modeportailcognac.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/noisettes/sommaire/sommaire_modeportailcognac.html b/noisettes/sommaire/sommaire_modeportailcognac.html
index 740bcd7e..f8c275e2 100644
--- a/noisettes/sommaire/sommaire_modeportailcognac.html
+++ b/noisettes/sommaire/sommaire_modeportailcognac.html
@@ -159,6 +159,7 @@
 <!-- PRATIQUE -->
 <div id="pratique" class="zone-pratique">
 	<BOUCLE_GroupeBlocsDefilants(RUBRIQUES){titre_mot=Goodies}{par num titre}>
+	<B_BlocsDefilants>
 	<header class="titre-sommaire">
 		<h1>#TITRE</h1>
 	</header>
@@ -175,6 +176,7 @@
 			</BOUCLE_BlocsDefilants>
 		</div>
 	</div>
+	</B_BlocsDefilants>
 	</BOUCLE_GroupeBlocsDefilants>
 </div>
 <!-- fin PRATIQUE -->
-- 
GitLab