2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2018-07-09 22:36:50 +00:00
|
|
|
|
|
|
|
<div id="contact-block">
|
|
|
|
<h3 class="contact-block-h4 pull-left">{{$contacts}}</h3>
|
2018-08-11 11:41:55 +00:00
|
|
|
|
2019-05-18 15:33:35 +00:00
|
|
|
{{if $micropro}}
|
|
|
|
<a class="pull-right widget-action faded-icon" id="contact-block-view-contacts" href="profile/{{$nickname}}/contacts">
|
2018-08-11 11:41:55 +00:00
|
|
|
<i class="fa fa-eye" aria-hidden="true"></i>
|
|
|
|
<span class="sr-only">{{$viewcontacts}}</span>
|
2018-07-09 22:36:50 +00:00
|
|
|
</a>
|
2018-08-11 11:41:55 +00:00
|
|
|
|
2018-07-09 22:36:50 +00:00
|
|
|
<div class='contact-block-content'>
|
2019-05-18 15:33:35 +00:00
|
|
|
{{foreach $micropro as $m}}
|
|
|
|
{{$m nofilter}}
|
|
|
|
{{/foreach}}
|
2018-07-09 22:36:50 +00:00
|
|
|
</div>
|
2019-05-18 15:33:35 +00:00
|
|
|
{{/if}}
|
2018-07-09 22:36:50 +00:00
|
|
|
</div>
|
|
|
|
<div class="clear"></div>
|