dir/view/suggest_friends.tpl

13 lines
466 B
Smarty
Raw Normal View History

2011-11-04 00:00:52 +01:00
<div class="profile-match-wrapper">
2011-11-04 00:06:32 +01:00
<a href="$ignlnk" title="$ignore" ><span class="icon drophide profile-match-ignore" title="$ignore"></span></a>
2011-11-04 00:00:52 +01:00
<div class="profile-match-photo">
<a href="$url">
<img src="$photo" alt="$name" width="80" height="80" title="$name [$url]" />
</a>
</div>
<div class="profile-match-break"></div>
<div class="profile-match-name">
<a href="$url" title="$name">$name</a>
</div>
<div class="profile-match-end"></div>
</div>