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