diff options
Diffstat (limited to 'phpBB/adm/style/message_body.html')
-rw-r--r-- | phpBB/adm/style/message_body.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/adm/style/message_body.html b/phpBB/adm/style/message_body.html new file mode 100644 index 0000000000..5d907e911c --- /dev/null +++ b/phpBB/adm/style/message_body.html @@ -0,0 +1,8 @@ +<!-- 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 |