From cebd11f8267ff2502a54cb249caff4213b47cf37 Mon Sep 17 00:00:00 2001 From: Warren PONS <warren.pons@ensiie.fr> Date: Mon, 16 May 2016 12:33:51 +0200 Subject: [PATCH] Changement du nom de l'accueil en Home. --- profil.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profil.php b/profil.php index 7fa5ff7..91324f5 100644 --- a/profil.php +++ b/profil.php @@ -18,7 +18,7 @@ include("config.php"); <!--<h1> GN Space Wanderlust /!\ En construction /!\</h1>--> <img src="images/banniere.jpg" alt="étendard" id="banniere"> <nav> - <a href="index.php"> Accueil </a> + <a href="index.php"> Home </a> <a href="Event.php"> Evènements </a> <?php if ($_SESSION['estco'] != true) -- GitLab