]> git.mxchange.org Git - friendica.git/blob - view/templates/common_friends.tpl
removed old comment that is no longer true
[friendica.git] / view / templates / common_friends.tpl
1
2 <div class="profile-match-wrapper">
3         <div class="profile-match-photo">
4                 <a href="{{$url}}">
5                         <img src="{{$photo}}" alt="{{$name}}" width="80" height="80" title="{{$name}} [{{$url}}]" />
6                 </a>
7         </div>
8         <div class="profile-match-break"></div>
9         <div class="profile-match-name">
10                 <a href="{{$url}}" title="{{$name}}[{{$tags}}]">{{$name}}</a>
11         </div>
12         <div class="profile-match-end"></div>
13 </div>