]> git.mxchange.org Git - friendica.git/blob - view/common_friends.tpl
added index to config and pconfig table
[friendica.git] / view / common_friends.tpl
1 <div class="profile-match-wrapper">
2         <div class="profile-match-photo">
3                 <a href="$url">
4                         <img src="$photo" alt="$name" width="80" height="80" title="$name [$url]" />
5                 </a>
6         </div>
7         <div class="profile-match-break"></div>
8         <div class="profile-match-name">
9                 <a href="$url" title="$name[$tags]">$name</a>
10         </div>
11         <div class="profile-match-end"></div>
12 </div>