diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-06-02 17:10:21 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-06-02 17:10:21 +0000 |
commit | 8039c37b5126742c4170a8b17a645021f940f26a (patch) | |
tree | 9f0597898c12b7f19d3d16ff2c79ab6d26038f37 /phpBB/adm/style | |
parent | 25be384d43f046c3b0b9475e8adac0646da2dd58 (diff) | |
download | forums-8039c37b5126742c4170a8b17a645021f940f26a.tar forums-8039c37b5126742c4170a8b17a645021f940f26a.tar.gz forums-8039c37b5126742c4170a8b17a645021f940f26a.tar.bz2 forums-8039c37b5126742c4170a8b17a645021f940f26a.tar.xz forums-8039c37b5126742c4170a8b17a645021f940f26a.zip |
ACP logout
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8580 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index e883e66d80..5294a101f9 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -181,11 +181,11 @@ function switch_menu() <span class="corners-top"><span></span></span> <div id="content"> <!-- IF not S_USER_NOTICE --> - <div id="toggle"> + <div id="toggle"> <a id="toggle-handle" accesskey="m" title="{L_MENU_TOGGLE}" onclick="switch_menu(); return false;" href="#"></a></div> <!-- ENDIF --> <div id="menu"> - <p>{L_LOGGED_IN_AS}<br /><strong>{USERNAME}</strong> [ <a href="{U_LOGOUT}">{L_LOGOUT}</a> ]</p> + <p><!-- IF S_USER_LOGGED_IN --> {L_LOGGED_IN_AS}<br /><strong>{USERNAME}</strong> [ <a href="{U_LOGOUT}">{L_LOGOUT}</a> ]<!-- ENDIF --><!-- IF S_USER_ADMIN -->[ <a href="{U_ADM_LOGOUT}">{L_ADM_LOGOUT}</a> ]<!-- ENDIF --></p> <ul> <!-- BEGIN l_block1 --> <!-- IF l_block1.S_SELECTED --> |