diff options
Diffstat (limited to 'prosilver/template/message_body.html')
-rw-r--r-- | prosilver/template/message_body.html | 12 |
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 --> |