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>