diff options
Diffstat (limited to 'extensions/UserProfile/template/en/default')
-rw-r--r-- | extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl | 10 |
1 files changed, 10 insertions, 0 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 94edb5f73..005d53443 100644 --- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl +++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl @@ -74,6 +74,16 @@ <td width="100%"> </td> </tr> +[%# user.creation_ts is added by the TagNewUsers extension %] +[% IF target.can('creation_ts') %] + <tr> + <th>Created</th> + <td colspan="2"> + [% target.creation_ts FILTER time %] ([% target.creation_ts FILTER timeago FILTER html %]) + </td> + </tr> +[% END %] + <tr> <th>Last activity</th> <td colspan="2"> |