diff options
Diffstat (limited to 'tmpl/user.html')
-rw-r--r-- | tmpl/user.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tmpl/user.html b/tmpl/user.html index e8476a2..e46c468 100644 --- a/tmpl/user.html +++ b/tmpl/user.html @@ -1,10 +1,11 @@ +[% SET login = users.$user.uid.0 %] <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <title>[% config.sitename %]: u/[% users.$user.uid.0 %]</title> + <title>[% config.sitename %]: u/[% login %]</title> </head> <body> - <h1>[% users.$user.uid.0 %]</h1> + <h1>[% login %]</h1> <ul> <li> <b>Name</b>: [% users.$user.cn.0 %] |