2013-04-23 07:47:57 -04:00
|
|
|
<div id="remote-friends-in-common" class="bigwidget">
|
2020-08-04 23:06:11 -04:00
|
|
|
<div id="rfic-desc">{{$desc nofilter}} {{if $linkmore}}<a href="profile/{{$nickname}}/contacts/common">{{$more}}</a>{{/if}}</div>
|
|
|
|
{{foreach $contacts as $contact}}
|
2013-04-23 07:47:57 -04:00
|
|
|
<div class="profile-match-wrapper">
|
|
|
|
<div class="profile-match-photo">
|
2020-08-04 23:06:11 -04:00
|
|
|
<a href="{{$contact.url}}">
|
|
|
|
<img src="{{$contact.photo}}" width="80" height="80" alt="{{$contact.name}}" title="{{$contact.name}}" />
|
2013-04-23 07:47:57 -04:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="profile-match-break"></div>
|
|
|
|
<div class="profile-match-name">
|
2020-08-04 23:06:11 -04:00
|
|
|
<a href="{{$contact.url}}" title="{{$contact.name}}">{{$contact.name}}</a>
|
2013-04-23 07:47:57 -04:00
|
|
|
</div>
|
|
|
|
<div class="profile-match-end"></div>
|
|
|
|
</div>
|
|
|
|
{{/foreach}}
|
|
|
|
<div id="rfic-end" class="clear"></div>
|
|
|
|
</div>
|