friendica/view/theme/testbubble/match.tpl

10 lines
294 B
Smarty

<div class="profile-match-wrapper">
<div class="profile-match-photo">
<a href="$url">
<img src="$photo" alt="$name" />
</a>
</div>
<span><a href="$url">$name</a> is interested in:<br />$tags</span>
<div class="profile-match-break"></div>
<div class="profile-match-end"></div>
</div>