]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/match.tpl
Merge remote-tracking branch 'friendika/master'
[friendica.git] / view / theme / testbubble / 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> is interested in:<br />$tags</span>
8         <div class="profile-match-break"></div>
9         <div class="profile-match-end"></div>
10 </div>