From d0487ddac72e3d1c48742deec6bbdd48b84aefb5 Mon Sep 17 00:00:00 2001
From: vbochet <vbochet@gmail.com>
Date: Fri, 6 May 2016 16:36:44 +0200
Subject: [PATCH] =?UTF-8?q?Modification=20de=20la=20vue=20de=20la=20page?=
 =?UTF-8?q?=20d'accueil=20pour=20afficher=20de=20fa=C3=A7on=20dynamique=20?=
 =?UTF-8?q?le=20dernier=20inscrit?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/view/Index/display.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/view/Index/display.html b/app/view/Index/display.html
index 8ccb25d..0d37490 100644
--- a/app/view/Index/display.html
+++ b/app/view/Index/display.html
@@ -21,7 +21,7 @@
 				<img src="<?php echo BASE_URL; ?>/images/profil_42.jpg" alt="Photo de profil de phoenix" />
 			</aside>
 			<ul class="col-4 pref">
-				<li>Eliah REBSTOCK</li>
+				<li><?php echo $this->last_member->prenom.' '.$this->last_member->nom; ?></li>
 			</ul>
 			
         </div>
-- 
GitLab