]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/viewcontact_template.tpl
[frio] Restyle photo upload (#5427)
[friendica.git] / view / theme / frio / templates / viewcontact_template.tpl
1
2 {{* This is the standard template for showing contact lists. It is used e.g. 
3 at the suggest page and also at many other places *}}
4
5 {{include file="section_title.tpl"}}
6
7 {{$tab_str}}
8
9 <ul id="viewcontact_wrapper{{if $id}}-{{$id}}{{/if}}" class="viewcontact_wrapper media-list">
10 {{foreach $contacts as $contact}}
11         <li>{{include file="contact_template.tpl"}}</li>
12 {{/foreach}}
13 </ul>
14 <div class="clear"></div>
15 <div id="view-contact-end"></div>
16
17 {{$paginate}}