]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/mail_display.tpl
Merge pull request #579 from 23n/patch-4
[friendica.git] / view / smarty3 / mail_display.tpl
index 0e6bd13d334df8735e34336280e4583d7aac523d..49f5ed9611763504cec077afba023c29ed8cc4ee 100644 (file)
@@ -1,10 +1,10 @@
 
 {{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}}