]> git.mxchange.org Git - friendica.git/blob - view/templates/viewcontact_template.tpl
Merge pull request #984 from annando/master
[friendica.git] / view / templates / viewcontact_template.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h3>{{$title}}</h3>
7
8 {{foreach $contacts as $contact}}
9         {{include file="contact_template.tpl"}}
10 {{/foreach}}
11
12 <div id="view-contact-end"></div>
13
14 {{$paginate}}