aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/overall_header.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-06-02 17:15:43 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-06-02 17:15:43 +0000
commitd0cd2152ff810e2cf724ea206b9a0934e08795e2 (patch)
tree8f5f0a73b8bbba8ab44062f2ab51e8a7ae96e1ee /phpBB/adm/style/overall_header.html
parent8039c37b5126742c4170a8b17a645021f940f26a (diff)
downloadforums-d0cd2152ff810e2cf724ea206b9a0934e08795e2.tar
forums-d0cd2152ff810e2cf724ea206b9a0934e08795e2.tar.gz
forums-d0cd2152ff810e2cf724ea206b9a0934e08795e2.tar.bz2
forums-d0cd2152ff810e2cf724ea206b9a0934e08795e2.tar.xz
forums-d0cd2152ff810e2cf724ea206b9a0934e08795e2.zip
give the ACP a login screen
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8581 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/overall_header.html')
-rw-r--r--phpBB/adm/style/overall_header.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html
index 5294a101f9..adafc0aa6d 100644
--- a/phpBB/adm/style/overall_header.html
+++ b/phpBB/adm/style/overall_header.html
@@ -186,6 +186,7 @@ function switch_menu()
<!-- ENDIF -->
<div id="menu">
<p><!-- IF S_USER_LOGGED_IN --> {L_LOGGED_IN_AS}<br /><strong>{USERNAME}</strong> [&nbsp;<a href="{U_LOGOUT}">{L_LOGOUT}</a>&nbsp;]<!-- ENDIF --><!-- IF S_USER_ADMIN -->[&nbsp;<a href="{U_ADM_LOGOUT}">{L_ADM_LOGOUT}</a>&nbsp;]<!-- ENDIF --></p>
+ <!-- IF S_USER_ADMIN -->
<ul>
<!-- BEGIN l_block1 -->
<!-- IF l_block1.S_SELECTED -->
@@ -203,6 +204,7 @@ function switch_menu()
<!-- ENDIF -->
<!-- END l_block1 -->
</ul>
+ <!-- ENDIF -->
</div>
<div id="main">