mirror of
https://github.com/friendica/friendica
synced 2024-11-11 03:02:54 +00:00
10 lines
177 B
Smarty
10 lines
177 B
Smarty
|
|
{{include file="section_title.tpl"}}
|
|
|
|
{{foreach $contacts as $contact}}
|
|
{{include file="contact_template.tpl"}}
|
|
{{/foreach}}
|
|
|
|
<div id="view-contact-end"></div>
|
|
|
|
{{$paginate}}
|