aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/match.tpl
blob: 49c3c81e4b64a1bf218ebf684404d7db1ee189cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<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>