diff options
| author | Simon | 2011-03-30 16:45:03 +0200 |
|---|---|---|
| committer | Simon | 2011-03-30 16:45:03 +0200 |
| commit | 08211d1d1f79ccc79b81d1888a64282f5476dc3c (patch) | |
| tree | 423fe374630a702d18a6bed2508431718333edd7 /application/modules/user/layouts | |
| parent | 'angemeldet als' hinzugefügt (diff) | |
| download | pbs2-08211d1d1f79ccc79b81d1888a64282f5476dc3c.tar.gz pbs2-08211d1d1f79ccc79b81d1888a64282f5476dc3c.tar.xz pbs2-08211d1d1f79ccc79b81d1888a64282f5476dc3c.zip | |
level für graph hinzugefügt
Diffstat (limited to 'application/modules/user/layouts')
| -rw-r--r-- | application/modules/user/layouts/user.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/layouts/user.phtml b/application/modules/user/layouts/user.phtml index e2e424d..ae07f4d 100644 --- a/application/modules/user/layouts/user.phtml +++ b/application/modules/user/layouts/user.phtml @@ -77,7 +77,7 @@ echo $this->headScript()."\n"; <div id="head-titlebar"> <div style='float:right'><?php if(Zend_Auth::getInstance()->hasIdentity()){ - echo 'Angemeldet als: '; + echo 'Angemeldet als '; $userIDsNamespace = Zend_Session::namespaceGet('userIDs'); $membershipMapper = new Application_Model_MembershipMapper(); $membership = new Application_Model_Membership(); |
