diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_message.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_message.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_message.html b/phpBB/styles/prosilver/template/mcp_message.html new file mode 100644 index 0000000000..1fde48b2cc --- /dev/null +++ b/phpBB/styles/prosilver/template/mcp_message.html @@ -0,0 +1,8 @@ +<!-- INCLUDE mcp_header.html --> + +<div class="content"> + <h2>{MESSAGE_TITLE}</h2> + <p>{MESSAGE_TEXT}</p> +</div> + +<!-- INCLUDE mcp_footer.html -->
\ No newline at end of file |