friendica/view/smarty3/nogroup-template.tpl

18 lines
265 B
Smarty
Raw Normal View History

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
2013-01-11 12:00:10 -05:00
*}}
<h1>{{$header}}</h1>
2012-12-22 14:57:29 -05:00
2013-01-12 07:58:54 -05:00
{{foreach $contacts as $contact}}
{{include file="contact_template.tpl"}}
2012-12-22 14:57:29 -05:00
{{/foreach}}
<div id="contact-edit-end"></div>
{{$paginate}}