]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/contacts-template.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / theme / frost-mobile / contacts-template.tpl
index c7e3ca899dfbdc37fe4b3d84e2852eb071a55077..76254c1ca8209b446317818f3ad18899ea4ef858 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>