]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/contacts-template.tpl
Implement Smarty3
[friendica.git] / view / theme / frost / contacts-template.tpl
index 76254c1ca8209b446317818f3ad18899ea4ef858..b148fb4a6965b245426297756ee61a2c97252ebe 100644 (file)
@@ -15,8 +15,8 @@ $tabs
 
 
 <div id="contacts-display-wrapper">
-{{ for $contacts as $contact }}
-       {{ inc contact_template.tpl }}{{ endinc }}
+{{ for $contacts as $c }}
+       {{ inc $contact_template with $contact=$c }}{{ endinc }}
 {{ endfor }}
 </div>
 <div id="contact-edit-end"></div>