]> git.mxchange.org Git - friendica.git/blob - view/smarty3/viewcontact_template.tpl
template engine rework
[friendica.git] / view / smarty3 / 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}}