From 54aec2de0381eec776377c5c63493e5736fac9d3 Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Mon, 26 Feb 2018 08:30:08 +0000
Subject: [PATCH] =?UTF-8?q?N'activer=20le=20flux=20RSS=20des=20br=C3=A8ves?=
 =?UTF-8?q?=20que=20si=20elles=20sont=20autoris=C3=A9s=20dans=20la=20confi?=
 =?UTF-8?q?g=20du=20site?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 noisettes/header/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/noisettes/header/header.html b/noisettes/header/header.html
index 4da5a4c4..7aea5a89 100644
--- a/noisettes/header/header.html
+++ b/noisettes/header/header.html
@@ -28,7 +28,7 @@
 <BOUCLE_SyndicationRubrique(RUBRIQUES){id_rubrique}>
 <link rel="alternate" type="application/rss+xml" title="<:syndiquer_rubrique:> : [(#TITRE|attribut_html)]" href="[(#URL_PAGE{backend,id_rubrique=#ID_RUBRIQUE}|url_absolue)]" />
 </BOUCLE_SyndicationRubrique>
-<link rel="alternate" type="application/rss+xml" title="<:dernieres_breves:> [(#NOM_SITE_SPIP|attribut_html)]" href="[(#URL_PAGE{backend-breves}|url_absolue)]" />
+[(#CONFIG{activer_breves}|=={oui}|oui)<link rel="alternate" type="application/rss+xml" title="<:dernieres_breves:> [(#NOM_SITE_SPIP|attribut_html)]" href="[(#URL_PAGE{backend-breves}|url_absolue)]" />]
 [(#PLUGIN{AGENDA}|oui)<link rel="alternate" type="application/rss+xml" title="<:soyezcreateurs:syndiquer_agenda:> [(#NOM_SITE_SPIP|attribut_html)]" href="[(#URL_PAGE{backendagenda}|url_absolue)]" />]
 <BOUCLE_SyndicationRubriqueAgenda(RUBRIQUES){id_rubrique}><BOUCLE_EstAgenda(HIERARCHIE){titre_mot=Agenda}{inverse}{0,1}>
 [(#PLUGIN{AGENDA}|oui)<link rel="alternate" type="application/rss+xml" title="<:soyezcreateurs:syndiquer_agenda:> : [(#_SyndicationRubriqueAgenda:TITRE|attribut_html)]" href="[(#URL_PAGE{backendagenda,id_rubrique=#_SyndicationRubriqueAgenda:ID_RUBRIQUE}|url_absolue)]" />]
-- 
GitLab