]> git.mxchange.org Git - friendica.git/blob - view/smarty3/common_friends.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / smarty3 / common_friends.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div class="profile-match-wrapper">
7         <div class="profile-match-photo">
8                 <a href="{{$url}}">
9                         <img src="{{$photo}}" alt="{{$name}}" width="80" height="80" title="{{$name}} [{{$url}}]" />
10                 </a>
11         </div>
12         <div class="profile-match-break"></div>
13         <div class="profile-match-name">
14                 <a href="{{$url}}" title="{{$name}}[{{$tags}}]">{{$name}}</a>
15         </div>
16         <div class="profile-match-end"></div>
17 </div>