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