]> git.mxchange.org Git - friendica.git/blobdiff - view/mail_display.tpl
simplify by making Smarty include directives behave like Friendica native ones
[friendica.git] / view / mail_display.tpl
index 1b569428b3e7d27a885d78a91cd69ee00676c26f..bc3cd5b7999ea4036fd69d33c7bddf52304da7d5 100644 (file)
@@ -1,10 +1,10 @@
 
 {{ for $mails as $mail_item }}
-       {{ inc $mail_conv with $mail=$mail_item }}{{endinc}}
+       {{ inc mail_conv.tpl with $mail=$mail_item }}{{endinc}}
 {{ endfor }}
 
 {{ if $canreply }}
-{{ inc $prv_message with $reply=$reply_info }}{{ endinc }}
+{{ inc prv_message.tpl with $reply=$reply_info }}{{ endinc }}
 {{ else }}
 $unknown_text
 {{endif }}