1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-10 08:28:26 +00:00
friendica-github/view/templates/viewcontact_template.tpl

10 lines
160 B
Smarty

<h3>{{$title}}</h3>
{{foreach $contacts as $contact}}
{{include file="contact_template.tpl"}}
{{/foreach}}
<div id="view-contact-end"></div>
{{$paginate}}