streams/view/tpl/mail_display.tpl
2013-08-24 17:01:39 +01:00

11 lines
208 B
Smarty
Executable file

<div class="generic-content-wrapper">
{{foreach $mails as $mail}}
{{include file="mail_conv.tpl"}}
{{/foreach}}
{{if $canreply}}
{{include file="prv_message.tpl"}}
{{else}}
{{$unknown_text}}
{{/if}}
</div>