]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/smarty3/match.tpl
Merge pull request #549 from fermionic/20121222-use-smarty-template-engine
[friendica.git] / view / theme / testbubble / smarty3 / match.tpl
1 <div class="profile-match-wrapper">
2         <div class="profile-match-photo">
3                 <a href="{{$url}}">
4                         <img src="{{$photo}}" alt="{{$name}}" />
5                 </a>
6         </div>
7         <span><a href="{{$url}}">{{$name}}</a>{{$inttxt}}<br />{{$tags}}</span>
8         <div class="profile-match-break"></div>
9         {{if $connlnk}}
10         <div class="profile-match-connect"><a href="{{$connlnk}}" title="{{$conntxt}}">{{$conntxt}}</a></div>
11         {{/if}}
12         <div class="profile-match-end"></div>
13 </div>