]> git.mxchange.org Git - friendica.git/blobdiff - view/viewcontact_template.tpl
simplify by making Smarty include directives behave like Friendica native ones
[friendica.git] / view / viewcontact_template.tpl
index be4676f06965a0b21552fd57be5dbaa6749f8cce..714bf03fa75f7c98850d73202fde74d90012364e 100644 (file)
@@ -1,7 +1,7 @@
 <h3>$title</h3>
 
 {{ for $contacts as $c }}
-       {{ inc $contact_template with $contact=$c }}{{ endinc }}
+       {{ inc contact_template.tpl with $contact=$c }}{{ endinc }}
 {{ endfor }}
 
 <div id="view-contact-end"></div>