]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/mail_display.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / smarty3 / mail_display.tpl
index 0e6bd13d334df8735e34336280e4583d7aac523d..1e4c0c74de773a80bf568b2375420c3dd6d2ddb8 100644 (file)
@@ -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}}