diff --git a/phpBB/includes/message.php b/phpBB/includes/message.php
new file mode 100644
index 0000000000..5779192834
--- /dev/null
+++ b/phpBB/includes/message.php
@@ -0,0 +1,142 @@
+
DEBUG INFO
Line: " . $err_line . "
File: " . $file;
+ }
+ }
+
+ $template->set_filenames(array(
+ "message_body" => "message_body.tpl")
+ );
+ $template->assign_vars(array(
+ "MESSAGE_TITLE" => $msg_title,
+ "MESSAGE_TEXT" => $msg_text)
+ );
+ $template->pparse("message_body");
+
+ include('includes/page_tail.'.$phpEx);
+
+ exit();
+}
+
+?>
\ No newline at end of file