diff options
author | Crizzo <mail@crizzo.de> | 2014-03-15 15:56:04 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-28 19:12:34 +0100 |
commit | ce1b4da59ec3e1c562ad50dac33c167068ac2093 (patch) | |
tree | 227f2712bd998eb33b4cef0c2b3b4a6976e05a07 | |
parent | 9d568986ade8ae24bad3c57475b9420d743ecbb6 (diff) | |
download | forums-ce1b4da59ec3e1c562ad50dac33c167068ac2093.tar forums-ce1b4da59ec3e1c562ad50dac33c167068ac2093.tar.gz forums-ce1b4da59ec3e1c562ad50dac33c167068ac2093.tar.bz2 forums-ce1b4da59ec3e1c562ad50dac33c167068ac2093.tar.xz forums-ce1b4da59ec3e1c562ad50dac33c167068ac2093.zip |
[ticket/9758] Optimises the html code of avatar image in header
PHPBB3-9758
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 16ec9f6aea..84449efc14 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -163,7 +163,7 @@ <!-- EVENT overall_header_navigation_append --> <!-- IF not S_IS_BOT --> - <li class="small-icon icon-logout rightside no-bulletin"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a> <span class="avatar-overall-header">{CURRENT_USER_AVATAR}</span></li> + <li class="small-icon icon-logout rightside no-bulletin"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a> <!-- IF CURRENT_USER_AVATAR --><span class="avatar-overall-header">{CURRENT_USER_AVATAR}</span><!-- ENDIF --></li> <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li class="small-icon icon-register rightside no-bulletin"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF --> <!-- IF S_DISPLAY_MEMBERLIST --><li class="small-icon icon-members rightside no-bulletin"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF --> <!-- ENDIF --> |