]> git.mxchange.org Git - friendica.git/blob - view/smarty3/nogroup-template.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / nogroup-template.tpl
1 <h1>{{$header}}</h1>
2
3 {{foreach $contacts as $c}}
4         {{include file="file:{{$contact_template}}" contact=$c}}
5 {{/foreach}}
6 <div id="contact-edit-end"></div>
7
8 {{$paginate}}
9
10
11
12