diff options
Diffstat (limited to 'view/mail_display.tpl')
-rw-r--r-- | view/mail_display.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/mail_display.tpl b/view/mail_display.tpl new file mode 100644 index 000000000..8fbc12929 --- /dev/null +++ b/view/mail_display.tpl @@ -0,0 +1,10 @@ + +{{ for $mails as $mail }} + {{ inc mail_conv.tpl }}{{endinc}} +{{ endfor }} + +{{ if $canreply }} +{{ inc prv_message.tpl }}{{ endinc }} +{{ else }} +$unknown_text +{{endif }}
\ No newline at end of file |