1
0
Fork 1
mirror of https://github.com/friendica/friendica synced 2025-02-17 12:54:06 +00:00
friendica-github/view/common_friends.tpl

12 lines
360 B
Smarty
Raw Normal View History

2011-11-01 19:16:33 -07:00
<div class="profile-match-wrapper">
<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[$tags]">$name</a>
</div>
<div class="profile-match-end"></div>
</div>