]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/mail_display.tpl
simplify by making Smarty include directives behave like Friendica native ones
[friendica.git] / view / theme / quattro / mail_display.tpl
index fa69f48a0098d274eba362fd0fbee27e4950edae..3dd0b64e77bac9b9452588a27b3290274946f921 100644 (file)
@@ -5,8 +5,8 @@
 
 {{ for $mails as $mail_item }}
        <div id="tread-wrapper-$mail_item.id" class="tread-wrapper">
-               {{ inc $mail_conv with $mail=$mail_item }}{{endinc}}
+               {{ inc mail_conv.tpl with $mail=$mail_item }}{{endinc}}
        </div>
 {{ endfor }}
 
-{{ inc $prv_message with $reply=$reply_info }}{{ endinc }}
+{{ inc prv_message.tpl with $reply=$reply_info }}{{ endinc }}