diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-06-04 11:45:05 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-06-04 11:45:05 +0000 |
commit | 298d0fe258018369d90b356a6a8659a23e4b846c (patch) | |
tree | a2e6a98075cb2b42f5be3e65e7271185b263d59d /phpBB/adm | |
parent | 80f123acb32eaf4c7a0766ddca916f42f4b01bbe (diff) | |
download | forums-298d0fe258018369d90b356a6a8659a23e4b846c.tar forums-298d0fe258018369d90b356a6a8659a23e4b846c.tar.gz forums-298d0fe258018369d90b356a6a8659a23e4b846c.tar.bz2 forums-298d0fe258018369d90b356a6a8659a23e4b846c.tar.xz forums-298d0fe258018369d90b356a6a8659a23e4b846c.zip |
That as well
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8592 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index 5294a101f9..6fd34ac678 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -185,7 +185,7 @@ function switch_menu() <a id="toggle-handle" accesskey="m" title="{L_MENU_TOGGLE}" onclick="switch_menu(); return false;" href="#"></a></div> <!-- ENDIF --> <div id="menu"> - <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> + <p>{L_LOGGED_IN_AS}<br /><strong>{USERNAME}</strong> [ <a href="{U_LOGOUT}">{L_LOGOUT}</a> ][ <a href="{U_ADM_LOGOUT}">{L_ADM_LOGOUT}</a> ]</p> <ul> <!-- BEGIN l_block1 --> <!-- IF l_block1.S_SELECTED --> |