mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
14 lines
350 B
Smarty
Executable file
14 lines
350 B
Smarty
Executable file
<div id="contact-block" class="widget">
|
|
<h3>{{$contacts}}</h3>
|
|
{{if $micropro}}
|
|
{{if $viewconnections}}
|
|
<a class="allcontact-link" href="viewconnections/{{$nickname}}">{{$viewconnections}}</a>
|
|
{{/if}}
|
|
<div class='contact-block-content'>
|
|
{{foreach $micropro as $m}}
|
|
{{$m}}
|
|
{{/foreach}}
|
|
</div>
|
|
{{/if}}
|
|
</div>
|
|
<div class="clear"></div>
|