Fix ticket #119. Display the full name of the user in the same block

as the Modify profile and logout links.
This commit is contained in:
Tim Almdal
2009-03-11 15:00:57 +00:00
parent 4dfc5435ef
commit 4d5679b749
+2 -1
View File
@@ -5,7 +5,8 @@
title="<?= t("Login to Gallery") ?>"
id="gLoginLink"><?= t("Login") ?></a></li>
<? else: ?>
<li class="first"><a href="<?= url::site("form/edit/users/{$user->id}") ?>"
<li class="first"><?= t("Logged in as %name", array("name" => $user->full_name)) ?></li>
<li><a href="<?= url::site("form/edit/users/{$user->id}") ?>"
title="<?= t("Edit Your Profile") ?>"
id="gUserProfileLink" class="gDialogLink"><?= t("Modify Profile") ?></a></li>
<li><a href="<?= url::site("logout?continue=" . url::current(true)) ?>"