]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/profile_listing_header.tpl
Merge branch 'master' of github.com:annando/friendica
[friendica.git] / view / theme / frio / templates / profile_listing_header.tpl
1
2 <div class="generic-page-wrapper">
3         <div class="section-title-wrapper">
4                 <h2>{{$header}}</h2>
5         </div>
6
7         <div class="section-content-wrapper">
8                 <div id="profile-listing-new-link-wrapper" class="button" >
9                         <a href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" >{{$cr_new}}</a>
10                 </div>
11                 <div id="profile-listing-profiles" class="profile-listing-table">
12                         {{$profiles}}
13                 </div>
14         </div>
15 </div>