]> git.mxchange.org Git - friendica.git/blob - view/smarty3/match.tpl
template engine rework
[friendica.git] / view / 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}}" title="{{$name}}[{{$tags}}]" />
10                 </a>
11         </div>
12         <div class="profile-match-break"></div>
13         <div class="profile-match-name">
14                 <a href="{{$url}}" title="{{$name}}[{{$tags}}]">{{$name}}</a>
15         </div>
16         <div class="profile-match-end"></div>
17         {{if $connlnk}}
18         <div class="profile-match-connect"><a href="{{$connlnk}}" title="{{$conntxt}}">{{$conntxt}}</a></div>
19         {{/if}}
20
21 </div>