friendica/view/smarty3/viewcontact_template.tpl

15 lines
266 B
Smarty
Raw Normal View History

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
2013-01-11 17:00:10 +00:00
*}}
<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}}