diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-05-07 12:09:21 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-05-07 12:09:21 -0700 |
commit | f12906fd1286fb133017dd02c36fc2de8a80bf30 (patch) | |
tree | d146e0226a874abdc6ce9605efeb5db2a8bbc1ea /prosilver/template/message_body.html | |
download | forum-themes-f12906fd1286fb133017dd02c36fc2de8a80bf30.tar.gz forum-themes-f12906fd1286fb133017dd02c36fc2de8a80bf30.tar.bz2 forum-themes-f12906fd1286fb133017dd02c36fc2de8a80bf30.tar.xz forum-themes-f12906fd1286fb133017dd02c36fc2de8a80bf30.zip |
Import vanilla styles from phpBB 3.0.9
Diffstat (limited to 'prosilver/template/message_body.html')
-rw-r--r-- | prosilver/template/message_body.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/prosilver/template/message_body.html b/prosilver/template/message_body.html new file mode 100644 index 0000000..896f0b8 --- /dev/null +++ b/prosilver/template/message_body.html @@ -0,0 +1,11 @@ +<!-- INCLUDE overall_header.html --> + +<div class="panel" id="message"> + <div class="inner"><span class="corners-top"><span></span></span> + <h2>{MESSAGE_TITLE}</h2> + <p>{MESSAGE_TEXT}</p> + <!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH and L_RETURN_TO_SEARCH_ADV --><p><a href="{U_SEARCH}" class="{S_CONTENT_FLOW_BEGIN}">{L_RETURN_TO_SEARCH_ADV}</a></p><!-- ENDIF --> + <span class="corners-bottom"><span></span></span></div> +</div> + +<!-- INCLUDE overall_footer.html -->
\ No newline at end of file |