]> git.mxchange.org Git - friendica.git/blob - view/smarty3/viewcontact_template.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / viewcontact_template.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<h3>{{$title}}</h3>
6
7 {{foreach $contacts as $c}}
8         {{include file="contact_template.tpl" contact=$c}}
9 {{/foreach}}
10
11 <div id="view-contact-end"></div>
12
13 {{$paginate}}