aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-05-06 05:40:18 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-05-06 05:40:18 +0000
commit3def8f570a5f8b5a7549d43a56e055ab83336f95 (patch)
tree4246cfd9d1f0a99d4ca337c8c125ec3851269b38 /phpBB/includes/functions.php
parentac4fc296d8a57234bb24fdb606b901827c2fee4e (diff)
downloadforums-3def8f570a5f8b5a7549d43a56e055ab83336f95.tar
forums-3def8f570a5f8b5a7549d43a56e055ab83336f95.tar.gz
forums-3def8f570a5f8b5a7549d43a56e055ab83336f95.tar.bz2
forums-3def8f570a5f8b5a7549d43a56e055ab83336f95.tar.xz
forums-3def8f570a5f8b5a7549d43a56e055ab83336f95.zip
Stragglers that got missed during ACP prosilver-isationageing.
git-svn-id: file:///svn/phpbb/trunk@7483 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 3bb3266528..aae147af4f 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -3565,6 +3565,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
echo ' <div id="page-header">';
echo ' ' . $l_return_index;
echo ' </div>';
+ echo ' <div id="acp">';
echo ' <div class="panel">';
echo ' <div id="content">';
echo ' <h1>' . $msg_title . '</h1>';
@@ -3575,6 +3576,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
echo ' </div>';
echo ' </div>';
+ echo ' </div>';
echo ' <div id="page-footer">';
echo ' Powered by phpBB &copy; ' . date('Y') . ' <a href="http://www.phpbb.com/">phpBB Group</a>';
echo ' </div>';