From 7ee0e286aa45b4d1d1984d65cbbaa2a0e56a6449 Mon Sep 17 00:00:00 2001 From: Warren PONS <warren.pons@ensiie.fr> Date: Sun, 5 Jun 2016 18:28:29 +0200 Subject: [PATCH] Update contact.php --- contact.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contact.php b/contact.php index 09019a0..7d0e2bc 100644 --- a/contact.php +++ b/contact.php @@ -30,6 +30,13 @@ session_start(); else echo"<a href=\"insco.php\"> Inscription/connexion</a>"; ?> + + <?php + if (isset($_SESSION['estco'])) + { + echo "<a href=\"forum.php\"> FORUM </a>"; + } + ?> <?php if (isset($_SESSION['admin'])) echo "<a href=\"Action_admin/page_creator.php\">Création d'évenement</a>"; -- GitLab