From f7c32bf81b7fcab1631f0b8d992e81c30f947447 Mon Sep 17 00:00:00 2001 From: vbochet <vbochet@gmail.com> Date: Sat, 7 May 2016 00:22:04 +0200 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20de=20la=20vue=20de=20succ=C3=A8?= =?UTF-8?q?s=20d'envoi=20d'un=20message=20via=20contact?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/Contact/displayValid.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/view/Contact/displayValid.html diff --git a/app/view/Contact/displayValid.html b/app/view/Contact/displayValid.html new file mode 100644 index 0000000..a69b39e --- /dev/null +++ b/app/view/Contact/displayValid.html @@ -0,0 +1,11 @@ +<?php + $page_title = "Inscription réussie"; + include(ROOT."/app/view/Includes/header.include.html"); +?> + + <article class="msg-valide"><h2>Votre message a été envoyé !</h2></article> + <article> + <p>Vous pouvez continuer à naviguer sur notre site. :)</p> + </article> + +<?php include(ROOT."/app/view/Includes/footer.include.html"); ?> -- GitLab