diff options
Diffstat (limited to 'prosilver/template/mcp_message.html')
-rw-r--r-- | prosilver/template/mcp_message.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/prosilver/template/mcp_message.html b/prosilver/template/mcp_message.html new file mode 100644 index 0000000..1fde48b --- /dev/null +++ b/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 |