]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/smarty3/match.tpl
3716ba54c17a7ab9065943be72245efdaf776207
[friendica.git] / view / theme / testbubble / 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}}" />
9                 </a>
10         </div>
11         <span><a href="{{$url}}">{{$name}}</a>{{$inttxt}}<br />{{$tags}}</span>
12         <div class="profile-match-break"></div>
13         {{if $connlnk}}
14         <div class="profile-match-connect"><a href="{{$connlnk}}" title="{{$conntxt}}">{{$conntxt}}</a></div>
15         {{/if}}
16         <div class="profile-match-end"></div>
17 </div>