From: Gustavo Martin Morcuende Date: Fri, 18 May 2012 05:16:54 +0000 (+0200) Subject: Showing the real user name on layout. X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=17970be8c69cdd251624e2e6469125e4edfba19e;p=mobi%2F.git Showing the real user name on layout. In the right corner beside logout link. --- 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