From 932ff75fd1a812ad0bf395793f9cd69f63fe5776 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 10 Jun 2011 12:09:25 +0000 Subject: [PATCH] Lien deconnexion --- application/views/helpers/ProfileLink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/helpers/ProfileLink.php b/application/views/helpers/ProfileLink.php index 06a8fe9b..3f31336b 100644 --- a/application/views/helpers/ProfileLink.php +++ b/application/views/helpers/ProfileLink.php @@ -11,7 +11,7 @@ class Zend_View_Helper_ProfileLink extends Zend_View_Helper_Abstract 'controller' => 'user', 'action' => 'logout' )); - return 'Login : ' . $username . ''; + return 'Déconnexion : ' . $username . ''; } } } \ No newline at end of file