]> git.mxchange.org Git - friendica.git/blobdiff - view/contacts-template.tpl
simplify by making Smarty include directives behave like Friendica native ones
[friendica.git] / view / contacts-template.tpl
index ecb342bf44b62a7dde3a4e29564e37b2f45f8a49..69e3202c37d5623cd2429a5a5e8ad75a12ab181e 100644 (file)
@@ -14,8 +14,8 @@
 $tabs
 
 
-{{ for $contacts as $contact }}
-       {{ inc contact_template.tpl }}{{ endinc }}
+{{ for $contacts as $c }}
+       {{ inc contact_template.tpl with $contact=$c }}{{ endinc }}
 {{ endfor }}
 <div id="contact-edit-end"></div>