1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-12 08:28:26 +00:00
friendica-github/view/theme/frio/templates/profile_listing_header.tpl
2016-06-12 19:59:27 +02:00

15 lines
421 B
Smarty

<div class="generic-page-wrapper">
<div class="section-title-wrapper">
<h2>{{$header}}</h2>
</div>
<div class="section-content-wrapper">
<div id="profile-listing-new-link-wrapper" class="button" >
<a href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" >{{$cr_new}}</a>
</div>
<div id="profile-listing-profiles" class="profile-listing-table">
{{$profiles}}
</div>
</div>
</div>