From 17970be8c69cdd251624e2e6469125e4edfba19e Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Fri, 18 May 2012 07:16:54 +0200 Subject: [PATCH] Showing the real user name on layout. In the right corner beside logout link. --- apps/companyfront/templates/layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/companyfront/templates/layout.php b/apps/companyfront/templates/layout.php index 19ee11e..65de699 100644 --- a/apps/companyfront/templates/layout.php +++ b/apps/companyfront/templates/layout.php @@ -36,7 +36,7 @@
-
Welcome Admin | Logout
+
Welcome getGuardUser()->getFirstName() ?> | Logout