]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/templates/match.tpl
Add response active support to vier theme
[friendica.git] / view / theme / testbubble / templates / match.tpl
1
2 <div class="profile-match-wrapper">
3         <div class="profile-match-photo">
4                 <a href="{{$url}}">
5                         <img src="{{$photo}}" alt="{{$name}}" />
6                 </a>
7         </div>
8         <span><a href="{{$url}}">{{$name}}</a>{{$inttxt}}<br />{{$tags}}</span>
9         <div class="profile-match-break"></div>
10         {{if $connlnk}}
11         <div class="profile-match-connect"><a href="{{$connlnk}}" title="{{$conntxt}}">{{$conntxt}}</a></div>
12         {{/if}}
13         <div class="profile-match-end"></div>
14 </div>