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

14 lines
173 B
Smarty
Raw Normal View History

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