]> git.mxchange.org Git - friendica.git/blob - view/templates/match.tpl
32f046e6aa88a00f16ab555ccb8d125c9451bec5
[friendica.git] / view / templates / match.tpl
1
2 <div class="profile-match-wrapper">
3         <div class="profile-match-photo">
4                 <a href="{{$url}}">
5                         <img width="80" height="80" src="{{$photo}}" alt="{{$name}}" title="{{$name}}[{{$tags}}]" />
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         {{if $connlnk}}
14         <div class="profile-match-connect"><a href="{{$connlnk}}" title="{{$conntxt}}">{{$conntxt}}</a></div>
15         {{/if}}
16
17 </div>