]> git.mxchange.org Git - friendica.git/blobdiff - view/viewcontact_template.tpl
simplify by making Smarty include directives behave like Friendica native ones
[friendica.git] / view / viewcontact_template.tpl
old mode 100755 (executable)
new mode 100644 (file)
index d6f0164..714bf03
@@ -1,7 +1,7 @@
 <h3>$title</h3>
 
-{{ for $contacts as $contact }}
-       {{ inc contact_template.tpl }}{{ endinc }}
+{{ for $contacts as $c }}
+       {{ inc contact_template.tpl with $contact=$c }}{{ endinc }}
 {{ endfor }}
 
 <div id="view-contact-end"></div>