]> git.mxchange.org Git - friendica.git/blob - view/match.tpl
Merge branch 'pull'
[friendica.git] / view / match.tpl
1 <div class="profile-match-wrapper">
2         <div class="profile-match-photo">
3                 <a href="$url">
4                         <img src="$photo" alt="$name" title="$name[$tags]" />
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         {{ if $connlnk }}
13         <div class="profile-match-connect"><a href="$connlnk" title="$conntxt">$conntxt</a></div>
14         {{ endif }}
15
16 </div>