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

10 lines
166 B
Smarty
Raw Normal View History

2013-04-23 07:47:57 -04:00
<h1>{{$header}}</h1>
{{foreach $contacts as $contact}}
{{include file="contact/entry.tpl"}}
2013-04-23 07:47:57 -04:00
{{/foreach}}
<div id="contact-edit-end"></div>
{{$paginate nofilter}}