remove 'signed in as foo'

I think users should know who they're signed in as; the edit pages don't
say so there's no reason to here. Also, the user id was not displayed
pretty.
master
Joey Hess 2008-12-19 14:21:48 -05:00
parent 091c7fd25b
commit d0f2ac685b
1 changed files with 1 additions and 3 deletions

View File

@ -4,9 +4,7 @@
<TMPL_VAR FIELD-DO>
<TMPL_VAR FIELD-SID>
<TMPL_VAR FIELD-PAGE>
<TMPL_IF NAME=USERNAME>
Signed in as <TMPL_VAR NAME=USERNAME ESCAPE=HTML><br />
<TMPL_ELSE>
<TMPL_UNLESS NAME=USERNAME>
<TMPL_IF NAME=ALLOWAUTHOR>
Name: <TMPL_VAR NAME=FIELD-AUTHOR> (optional)<br />
Website: <TMPL_VAR NAME=FIELD-URL> (optional)<br />