diff options
Diffstat (limited to 'view/mail_display.tpl')
-rw-r--r-- | view/mail_display.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/mail_display.tpl b/view/mail_display.tpl new file mode 100644 index 000000000..69c7e0722 --- /dev/null +++ b/view/mail_display.tpl @@ -0,0 +1,6 @@ + +{{ for $mails as $mail }} + {{ inc mail_conv.tpl }}{{endinc}} +{{ endfor }} + +{{ inc prv_message.tpl }}{{ endinc }} |