friendica/view/smarty3/viewcontact_template.tpl

14 lines
265 B
Smarty
Raw Normal View History

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}<h3>{{$title}}</h3>
2012-12-22 19:57:29 +00:00
{{foreach $contacts as $c}}
2012-12-25 19:05:46 +00:00
{{include file="contact_template.tpl" contact=$c}}
2012-12-22 19:57:29 +00:00
{{/foreach}}
<div id="view-contact-end"></div>
{{$paginate}}