aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/match.tpl
blob: 244b243ece5f651d64a255018d0c8005cfbf1ea1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>$inttxt<br />$tags</span>
	<div class="profile-match-break"></div>
	{{ if $connlnk }}
	<div class="profile-match-connect"><a href="$connlnk" title="$conntxt">$conntxt</a></div>
	{{ endif }}
	<div class="profile-match-end"></div>
</div>