]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/smarty3/mail_display.tpl
template engine rework
[friendica.git] / view / theme / quattro / smarty3 / mail_display.tpl
index 3400227923db80a5d5a0b256ee96be7c0922966a..dc1fbbc6f5d30f3a15f59e76416c2a5fd536fe6e 100644 (file)
@@ -1,12 +1,17 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 <div id="mail-display-subject">
        <span class="{{if $thread_seen}}seen{{else}}unseen{{/if}}">{{$thread_subject}}</span>
        <a href="message/dropconv/{{$thread_id}}" onclick="return confirmDelete();"  title="{{$delete}}" class="mail-delete icon s22 delete"></a>
 </div>
 
-{{foreach $mails as $mail_item}}
+{{foreach $mails as $mail}}
        <div id="tread-wrapper-{{$mail_item.id}}" class="tread-wrapper">
-               {{include file="file:{{$mail_conv}}" mail=$mail_item}}
+               {{include file="mail_conv.tpl"}}
        </div>
 {{/foreach}}
 
-{{include file="file:{{$prv_message}}" reply=$reply_info}}
+{{include file="prv_message.tpl"}}