1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-14 22:24:43 +00:00
friendica-github/view/templates/nogroup-template.tpl

13 lines
164 B
Smarty

<h1>{{$header}}</h1>
{{foreach $contacts as $contact}}
{{include file="contact_template.tpl"}}
{{/foreach}}
<div id="contact-edit-end"></div>
{{$paginate}}