diff options
Diffstat (limited to 'phpBB/adm/style/simple_body.html')
-rw-r--r-- | phpBB/adm/style/simple_body.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/adm/style/simple_body.html b/phpBB/adm/style/simple_body.html new file mode 100644 index 0000000000..0b1e11b9a2 --- /dev/null +++ b/phpBB/adm/style/simple_body.html @@ -0,0 +1,8 @@ +<!-- INCLUDE simple_header.html --> + +<div class="successbox"> + <h3>{MESSAGE_TITLE}</h3> + <p>{MESSAGE_TEXT}</p> +</div> + +<!-- INCLUDE simple_footer.html -->
\ No newline at end of file |