]> git.mxchange.org Git - friendica.git/blob - view/smarty3/remote_friends_common.tpl
b22db16a69d19bed66278c2bd6437cafca2ad45c
[friendica.git] / view / smarty3 / remote_friends_common.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div id="remote-friends-in-common" class="bigwidget">
6         <div id="rfic-desc">{{$desc}} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{if $linkmore}}<a href="{{$base}}/common/rem/{{$uid}}/{{$cid}}">{{$more}}</a>{{/if}}</div>
7         {{if $items}}
8         {{foreach $items as $item}}
9         <div class="profile-match-wrapper">
10                 <div class="profile-match-photo">
11                         <a href="{{$item.url}}">
12                                 <img src="{{$item.photo}}" width="80" height="80" alt="{{$item.name}}" title="{{$item.name}}" />
13                         </a>
14                 </div>
15                 <div class="profile-match-break"></div>
16                 <div class="profile-match-name">
17                         <a href="{{$itemurl}}" title="{{$item.name}}">{{$item.name}}</a>
18                 </div>
19                 <div class="profile-match-end"></div>
20         </div>
21         {{/foreach}}
22         {{/if}}
23         <div id="rfic-end" class="clear"></div>
24 </div>
25