diff options
Diffstat (limited to 'phpBB/umil/style/message_body.html')
-rw-r--r-- | phpBB/umil/style/message_body.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/umil/style/message_body.html b/phpBB/umil/style/message_body.html new file mode 100644 index 0000000000..8c0a862cf0 --- /dev/null +++ b/phpBB/umil/style/message_body.html @@ -0,0 +1,10 @@ +<!-- INCLUDE overall_header.html --> + +<div <!-- IF S_USER_NOTICE -->class="successbox"<!-- ELSE -->class="errorbox"<!-- ENDIF -->> + <h3>{MESSAGE_TITLE}</h3> + <p> + {MESSAGE_TEXT} + </p> +</div> + +<!-- INCLUDE overall_footer.html -->
\ No newline at end of file |