X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fsmarty3%2Fmail_display.tpl;h=1e4c0c74de773a80bf568b2375420c3dd6d2ddb8;hb=d62483f526c76b863b2a8bb3493a255d1017ad4e;hp=0e6bd13d334df8735e34336280e4583d7aac523d;hpb=1d6dd1666f4fc5da64447a48e158f8755d1d2a1b;p=friendica.git diff --git a/view/smarty3/mail_display.tpl b/view/smarty3/mail_display.tpl index 0e6bd13d33..1e4c0c74de 100644 --- a/view/smarty3/mail_display.tpl +++ b/view/smarty3/mail_display.tpl @@ -1,10 +1,15 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} {{foreach $mails as $mail_item}} - {{include file="file:{{$mail_conv}}" mail=$mail_item}} + {{include file="mail_conv.tpl" mail=$mail_item}} {{/foreach}} {{if $canreply}} -{{include file="file:{{$prv_message}}" reply=$reply_info}} +{{include file="prv_message.tpl"}} {{else}} {{$unknown_text}} {{/if}}