From 886cb2e96d8748e60c5fff31a2cf09b457059635 Mon Sep 17 00:00:00 2001 From: "real3t@gmail.com" <> Date: Sun, 1 Jul 2018 14:21:46 +0000 Subject: [PATCH] =?UTF-8?q?Depuis=20l'espace=20d'admin,=20on=20pouvait=20d?= =?UTF-8?q?emander=20=C3=A0=20voir=20en=20ligne=20l'=C3=A9v=C3=A9nement.?= =?UTF-8?q?=20Sauf=20qu'il=20n'y=20avait=20pas=20de=20squelette=20pour=20t?= =?UTF-8?q?raiter=20ce=20cas.=20Ce=20squelette=20redirige=20vers=20l'artic?= =?UTF-8?q?le=20contenant=20l'=C3=A9v=C3=A9nement=20(sur=20l'ancre=20de=20?= =?UTF-8?q?l'=C3=A9v=C3=A9nement)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 1 + evenement.html | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 evenement.html diff --git a/.gitattributes b/.gitattributes index 6f103200..b81da361 100644 --- a/.gitattributes +++ b/.gitattributes @@ -197,6 +197,7 @@ documents/siteon5.png -text documents/siteon9.png -text documents/spip_decroche_la_lune.jpg -text en_travaux/fond.jpg -text +/evenement.html -text exec/agenda_upgrade.php -text /exporter-ical.html -text /favicon.ico.html -text diff --git a/evenement.html b/evenement.html new file mode 100644 index 00000000..ae5c897f --- /dev/null +++ b/evenement.html @@ -0,0 +1,5 @@ +<BOUCLE_ArticleEvenement(EVENEMENTS){id_evenement}><?php + header("HTTP/1.1 302"); + header("Location: #URL_ARTICLE[#evenement(#ID_EVENEMENT)]"); + exit; +?></BOUCLE_ArticleEvenement> \ No newline at end of file -- GitLab