aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/mail_display.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/mail_display.tpl')
-rw-r--r--view/tpl/smarty3/mail_display.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/tpl/smarty3/mail_display.tpl b/view/tpl/smarty3/mail_display.tpl
new file mode 100644
index 000000000..76e4d1859
--- /dev/null
+++ b/view/tpl/smarty3/mail_display.tpl
@@ -0,0 +1,10 @@
+
+{{foreach $mails as $mail}}
+ {{include file="mail_conv.tpl"}}
+{{/foreach}}
+
+{{if $canreply}}
+{{include file="prv_message.tpl"}}
+{{else}}
+{{$unknown_text}}
+{{/if}} \ No newline at end of file