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