]> git.mxchange.org Git - friendica.git/blobdiff - view/viewcontact_template.tpl
don't change to string in prune_deadguys()
[friendica.git] / view / viewcontact_template.tpl
index 714bf03fa75f7c98850d73202fde74d90012364e..d6f01643ea6893dbc88150e7d11e2febcdbe8a29 100644 (file)
@@ -1,7 +1,7 @@
 <h3>$title</h3>
 
-{{ for $contacts as $c }}
-       {{ inc contact_template.tpl with $contact=$c }}{{ endinc }}
+{{ for $contacts as $contact }}
+       {{ inc contact_template.tpl }}{{ endinc }}
 {{ endfor }}
 
 <div id="view-contact-end"></div>