summaryrefslogtreecommitdiffstats
path: root/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl')
-rw-r--r--extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
index fa6cc56b3..dc5696c88 100644
--- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
+++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
@@ -8,7 +8,11 @@
[% PROCESS global/variables.none.tmpl %]
-[% filtered_identity = target.identity FILTER html %]
+[% IF user.id %]
+ [% filtered_identity = target.identity FILTER html %]
+[% ELSE %]
+ [% filtered_identity = target.name || target.address.user FILTER html %]
+[% END %]
[% PROCESS global/header.html.tmpl
title = "User Profile: $filtered_identity"
style_urls = [ "extensions/UserProfile/web/styles/user_profile.css" ]
@@ -54,7 +58,7 @@
</td>
<th>Name</th>
<td colspan="2">
- [% target.name FILTER html %]
+ [% target.name || target.address.user FILTER html %]
[% IF target.id == user.id %]
<span style="font-size: x-small;">(<a href="userprefs.cgi?tab=account">change</a>)</span>
[% END %]