diff --git a/Event.php b/Event.php index 6f84bc14e264d4fcc4f88d71f39648c523e5cb8c..cfad5ccb95dc7df6a7772bd8ad6810500046a64a 100644 --- a/Event.php +++ b/Event.php @@ -25,6 +25,12 @@ 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>"; ?>