]> git.mxchange.org Git - friendica.git/blob - view/smarty3/match.tpl
6eab82ae60b31ab60472f0e473f53335c798ca9e
[friendica.git] / view / smarty3 / match.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div class="profile-match-wrapper">
6         <div class="profile-match-photo">
7                 <a href="{{$url}}">
8                         <img src="{{$photo}}" alt="{{$name}}" title="{{$name}}[{{$tags}}]" />
9                 </a>
10         </div>
11         <div class="profile-match-break"></div>
12         <div class="profile-match-name">
13                 <a href="{{$url}}" title="{{$name}}[{{$tags}}]">{{$name}}</a>
14         </div>
15         <div class="profile-match-end"></div>
16         {{if $connlnk}}
17         <div class="profile-match-connect"><a href="{{$connlnk}}" title="{{$conntxt}}">{{$conntxt}}</a></div>
18         {{/if}}
19
20 </div>