]> 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 2ee08610ff1169a2c9b405aeee47dc232fa94944..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="mail_conv.tpl" mail=$mail_item}}
 {{/foreach}}
 
 {{if $canreply}}
-{{include file="prv_message.tpl" reply=$reply_info}}
+{{include file="prv_message.tpl"}}
 {{else}}
 {{$unknown_text}}
 {{/if}}