friendica-github/view/templates/widget/contacts.tpl

20 lines
504 B
Smarty
Raw Normal View History

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
*}}
2013-04-23 11:47:57 +00:00
<div id="contact-block">
<h3 class="contact-block-h4">{{$contacts}}</h3>
2013-04-23 11:47:57 +00:00
{{if $micropro}}
<a class="allcontact-link" href="profile/{{$nickname}}/contacts">{{$viewcontacts}}</a>
2013-04-23 11:47:57 +00:00
<div class='contact-block-content'>
{{foreach $micropro as $m}}
{{$m nofilter}}
2013-04-23 11:47:57 +00:00
{{/foreach}}
</div>
{{/if}}
</div>
<div class="clear"></div>