aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/message_body.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/template/message_body.html')
-rw-r--r--phpBB/styles/prosilver/template/message_body.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/message_body.html b/phpBB/styles/prosilver/template/message_body.html
new file mode 100644
index 0000000000..f92a00ca7f
--- /dev/null
+++ b/phpBB/styles/prosilver/template/message_body.html
@@ -0,0 +1,11 @@
+<!-- INCLUDE overall_header.html -->
+
+<div class="panel" id="message">
+ <div class="inner"><span class="corners-top"><span></span></span>
+ <h2>{MESSAGE_TITLE}</h2>
+ <p>{MESSAGE_TEXT}</p>
+ <!-- IF SCRIPT_NAME == "search" --><p><a href="{U_SEARCH}" class="left">Return to search page</a></p><!-- ENDIF -->
+ <span class="corners-bottom"><span></span></span></div>
+</div>
+
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file