2 * AUTOMATICALLY GENERATED TEMPLATE
3 * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
6 <div id="remote-friends-in-common" class="bigwidget">
7 <div id="rfic-desc">{{$desc}} {{if $linkmore}}<a href="{{$base}}/common/rem/{{$uid}}/{{$cid}}">{{$more}}</a>{{/if}}</div>
9 {{foreach $items as $item}}
10 <div class="profile-match-wrapper">
11 <div class="profile-match-photo">
12 <a href="{{$item.url}}">
13 <img src="{{$item.photo}}" width="80" height="80" alt="{{$item.name}}" title="{{$item.name}}" />
16 <div class="profile-match-break"></div>
17 <div class="profile-match-name">
18 <a href="{{$itemurl}}" title="{{$item.name}}">{{$item.name}}</a>
20 <div class="profile-match-end"></div>
24 <div id="rfic-end" class="clear"></div>