mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
15 lines
400 B
Smarty
Executable file
15 lines
400 B
Smarty
Executable file
<div class="generic-content-wrapper generic-content-wrapper-styled">
|
|
<h3>{{$title}}</h3>
|
|
|
|
|
|
<div id="connections-wrapper">
|
|
{{foreach $contacts as $contact}}
|
|
{{include file="contact_template.tpl"}}
|
|
{{/foreach}}
|
|
<div id="page-end"></div>
|
|
</div>
|
|
<div id="view-contact-end"></div>
|
|
{{$paginate}}
|
|
</div>
|
|
<script>$(document).ready(function() { loadingPage = false;});</script>
|
|
<div id="page-spinner"></div>
|