diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2009-06-12 12:29:08 +0000 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2009-06-12 12:29:08 +0000 |
| commit | 8f46e94294ace956d9b120791b37c1eaf2eec626 (patch) | |
| tree | 8371034502688294321d5f35dd468205ff8eda6e /phpBB/styles/prosilver/template/overall_header.html | |
| parent | 8959911992ccbadce7a67fe21ec411768e118191 (diff) | |
| download | forums-8f46e94294ace956d9b120791b37c1eaf2eec626.tar forums-8f46e94294ace956d9b120791b37c1eaf2eec626.tar.gz forums-8f46e94294ace956d9b120791b37c1eaf2eec626.tar.bz2 forums-8f46e94294ace956d9b120791b37c1eaf2eec626.tar.xz forums-8f46e94294ace956d9b120791b37c1eaf2eec626.zip | |
Fix bugs #25545, #26315 and #31325 - Mostly XHTML mistakes in prosilver and the ACP.
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9573 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index c0f553dfee..d1bf5fb20a 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -164,9 +164,8 @@ <a name="start_here"></a> <div id="page-body"> - <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --> - <div id="message" class="rules"> + <div id="information" class="rules"> <div class="inner"><span class="corners-top"><span></span></span> <strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED} <span class="corners-bottom"><span></span></span></div> |
