summaryrefslogtreecommitdiff
path: root/prosilver/template/message_body.html
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-22 20:19:05 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-04-22 20:19:05 -0700
commit2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d (patch)
treecccf2b45522adfa56167bb0ecb136f22b2c681aa /prosilver/template/message_body.html
parent3895d7e01054a38dd40d1e35c97a6c46709b92a7 (diff)
downloadforum-themes-master.tar.gz
forum-themes-master.tar.bz2
forum-themes-master.tar.xz
forum-themes-master.zip
Commit changes to upstream themes from the 3.0.12 upgradeHEADmaster
Diffstat (limited to 'prosilver/template/message_body.html')
-rw-r--r--prosilver/template/message_body.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/prosilver/template/message_body.html b/prosilver/template/message_body.html
index 896f0b8..3a97076 100644
--- a/prosilver/template/message_body.html
+++ b/prosilver/template/message_body.html
@@ -1,4 +1,8 @@
-<!-- INCLUDE overall_header.html -->
+<!-- IF S_SIMPLE_MESSAGE -->
+ <!-- INCLUDE simple_header.html -->
+<!-- ELSE -->
+ <!-- INCLUDE overall_header.html -->
+<!-- ENDIF -->
<div class="panel" id="message">
<div class="inner"><span class="corners-top"><span></span></span>
@@ -8,4 +12,8 @@
<span class="corners-bottom"><span></span></span></div>
</div>
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file
+<!-- IF S_SIMPLE_MESSAGE -->
+ <!-- INCLUDE simple_footer.html -->
+<!-- ELSE -->
+ <!-- INCLUDE overall_footer.html -->
+<!-- ENDIF -->