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
parent
091c7fd25b
commit
d0f2ac685b
|
@ -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 />
|
||||
|
|
Loading…
Reference in New Issue