X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Flayouts%2Fscripts%2Ffooter.phtml;h=514ea243e0bf3c58194a45f907043ec580b9503e;hb=6d5823cb678935cfb8fa170fb31977986dfed34b;hp=cce5e7fce79304c1d92debe6f9f563e6a83ab835;hpb=ec061a75fe57a25eb7ef0894f5e723397ba35472;p=syj.git diff --git a/application/layouts/scripts/footer.phtml b/application/layouts/scripts/footer.phtml index cce5e7f..514ea24 100644 --- a/application/layouts/scripts/footer.phtml +++ b/application/layouts/scripts/footer.phtml @@ -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)" + ); } /* @@ -85,6 +87,16 @@ echo $this->footerLink(array( $this->translate("terms of use"), false); +/* + * faq + */ +echo $this->footerLink(array( + 'route' => 'faq', + 'action' => 'index', + 'controller' => 'faq'), + $this->translate("help"), + false); + echo '' . PHP_EOL; ?>