friendica-github/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 10:00:10 -07:00
*}}
<h3>{{$title}}</h3>
2012-12-22 12:57:29 -07:00
{{foreach $contacts as $c}}
2012-12-25 12:05:46 -07:00
{{include file="contact_template.tpl" contact=$c}}
2012-12-22 12:57:29 -07:00
{{/foreach}}
<div id="view-contact-end"></div>
{{$paginate}}