From 0a31b445319f000189b57933c0ad7b8a1819cffe Mon Sep 17 00:00:00 2001 From: "real3t@gmail.com" <> Date: Fri, 30 Nov 2018 22:26:53 +0000 Subject: [PATCH] =?UTF-8?q?R=C3=A9tablir=20l'=C3=A9dition=20avec=20les=20c?= =?UTF-8?q?rayons=20du=20bandeau=20de=20contact?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 1 + noisettes/footer/footer_bandeau_contact.html | 1 + soyezcreateurs_fonctions.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 noisettes/footer/footer_bandeau_contact.html diff --git a/.gitattributes b/.gitattributes index 2305fea2..b4e442cb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -665,6 +665,7 @@ noisettes/extra/favoris.html -text noisettes/extra/ousommesnous.html -text noisettes/extra/splickr.html -text noisettes/footer/footer.html -text +noisettes/footer/footer_bandeau_contact.html -text noisettes/footer/footer_identite_extra.html -text noisettes/footer/footer_link_mentions.html -text noisettes/footer/footer_modeblog.html -text diff --git a/noisettes/footer/footer_bandeau_contact.html b/noisettes/footer/footer_bandeau_contact.html new file mode 100644 index 00000000..fe528575 --- /dev/null +++ b/noisettes/footer/footer_bandeau_contact.html @@ -0,0 +1 @@ + [<div class="#EDIT{meta-soyezcreateurs/bandeau_contact}">(#CONFIG{soyezcreateurs/bandeau_contact}|propre)</div>] \ No newline at end of file diff --git a/soyezcreateurs_fonctions.php b/soyezcreateurs_fonctions.php index b2d3d910..f30df74c 100644 --- a/soyezcreateurs_fonctions.php +++ b/soyezcreateurs_fonctions.php @@ -881,7 +881,7 @@ function sc_bandeau_contact() { if ((is_array($identite_extra)) && (implode('', $identite_extra) !== "")) { $texte = recuperer_fond('noisettes/footer/footer_identite_extra'); } else { // On utilise la vieille configuration du bandeau de contact de SoyezCréateurs - $texte = propre(lire_config('soyezcreateurs/bandeau_contact')); + $texte = recuperer_fond('noisettes/footer/footer_bandeau_contact'); } return $texte; -- GitLab