]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/smarty3/contacts-template.tpl
template engine rework
[friendica.git] / view / theme / frost-mobile / smarty3 / contacts-template.tpl
index 5ca4eb6a9422f3c5bb222245bd49f0a437e639cf..b9162c2e9eea8aa44ec21cfd558d5824d2f0a7c6 100644 (file)
@@ -20,8 +20,8 @@
 
 
 <div id="contacts-display-wrapper">
-{{foreach $contacts as $c}}
-       {{include file="contact_template.tpl" contact=$c}}
+{{foreach $contacts as $contact}}
+       {{include file="contact_template.tpl"}}
 {{/foreach}}
 </div>
 <div id="contact-edit-end"></div>