]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/contacts-template.tpl
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / theme / frost / contacts-template.tpl
index 326c9d78929cdf2b7d956ea5f17a891ea2214d47..de89b5371e592a242656ed7934e147fa3d1d9e44 100644 (file)
@@ -15,8 +15,8 @@ $tabs
 
 
 <div id="contacts-display-wrapper">
-{{ for $contacts as $c }}
-       {{ inc contact_template.tpl with $contact=$c }}{{ endinc }}
+{{ for $contacts as $contact }}
+       {{ inc contact_template.tpl }}{{ endinc }}
 {{ endfor }}
 </div>
 <div id="contact-edit-end"></div>