diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-03-05 18:38:56 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-03-05 18:38:56 +0000 |
commit | fe0a81d27032a6e2c245b396b72ce80dec5b447f (patch) | |
tree | f7858dfe4ab2051f7ea55f42a36fd746037fc761 /phpBB/adm/style/overall_header.html | |
parent | cad46456b7db8340350af5ee8a30277d6123114d (diff) | |
download | forums-fe0a81d27032a6e2c245b396b72ce80dec5b447f.tar forums-fe0a81d27032a6e2c245b396b72ce80dec5b447f.tar.gz forums-fe0a81d27032a6e2c245b396b72ce80dec5b447f.tar.bz2 forums-fe0a81d27032a6e2c245b396b72ce80dec5b447f.tar.xz forums-fe0a81d27032a6e2c245b396b72ce80dec5b447f.zip |
#7990
... yeah, that's it.
git-svn-id: file:///svn/phpbb/trunk@7126 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/overall_header.html')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index ea1faef222..fdd39abe6d 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -118,6 +118,7 @@ function swatch(field) <div id="page-header"> <h1>{L_ADMIN_PANEL}</h1> <p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> • <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p> + <p id="skip"><a href="#acp">{L_SKIP}</a></p> </div> <div id="page-body"> @@ -128,7 +129,8 @@ function swatch(field) <!-- END t_block1 --> </ul> </div> - + + <div id="acp"> <div class="panel"> <span class="corners-top"><span></span></span> <div id="content"> |