]> dev.renevier.net Git - syj.git/blobdiff - application/layouts/scripts/footer.phtml
display logged user pseudo in footer
[syj.git] / application / layouts / scripts / footer.phtml
index cce5e7fce79304c1d92debe6f9f563e6a83ab835..f2c1b13e85483ae9ef8c6d2246660cd7dbfd1768 100644 (file)
@@ -37,7 +37,9 @@ if ($mainpage or $this->loggedUser) {
             'action'     => 'index',
             'controller' => 'account'),
         $this->translate("my account"), true,
-        'logged-show');
+        'logged-show logged-pseudo',
+        $this->loggedUser ?  " ({$this->loggedUser->pseudo})": " (%s)"
+        );
 }
 
 /*