diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user.html.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/template/en/default/global/user.html.tmpl b/template/en/default/global/user.html.tmpl index 847643c38..caea27c46 100644 --- a/template/en/default/global/user.html.tmpl +++ b/template/en/default/global/user.html.tmpl @@ -37,9 +37,6 @@ [% ELSE %] <span class="ln">[% who.login FILTER email FILTER html %]</span> [% END %] - [% IF user.id && who.id %] - <span class="arrow_container"><span class="arrow_down"></span></span> - [% END %] [% END %] [% '</a>' IF user.id %] [% END %] |