]> git.mxchange.org Git - friendica.git/blob - view/smarty3/viewcontact_template.tpl
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / smarty3 / viewcontact_template.tpl
1 <h3>{{$title}}</h3>
2
3 {{foreach $contacts as $c}}
4         {{include file="contact_template.tpl" contact=$c}}
5 {{/foreach}}
6
7 <div id="view-contact-end"></div>
8
9 {{$paginate}}