diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-09-21 14:29:18 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-09-21 14:29:18 +0200 |
commit | 13932e9aba03c86bb4468752d44f18d611505e21 (patch) | |
tree | 7eb705d12951aadfafcdab971cbeaac904aa646c /phpBB/styles/prosilver | |
parent | fcff80783464a065ca454976730d13d85caabbb8 (diff) | |
parent | 680acb45e2c1c0a3e39e432e3d4062f29b21f787 (diff) | |
download | forums-13932e9aba03c86bb4468752d44f18d611505e21.tar forums-13932e9aba03c86bb4468752d44f18d611505e21.tar.gz forums-13932e9aba03c86bb4468752d44f18d611505e21.tar.bz2 forums-13932e9aba03c86bb4468752d44f18d611505e21.tar.xz forums-13932e9aba03c86bb4468752d44f18d611505e21.zip |
Merge branch '3.2.x' into 3.3.x
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/navbar_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index 9584aaf415..ecb67012a4 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -160,7 +160,7 @@ </li> <!-- ENDIF --> <!-- EVENT navbar_header_user_profile_append --> - <!-- ELSE --> + <!-- ELSE IF not S_IS_BOT --> <li class="rightside" data-skip-responsive="true"> <a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x" role="menuitem"> <i class="icon fa-power-off fa-fw" aria-hidden="true"></i><span>{L_LOGIN_LOGOUT}</span> |