]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/match.tpl
244b243ece5f651d64a255018d0c8005cfbf1ea1
[friendica.git] / view / theme / smoothly / match.tpl
1 <div class="profile-match-wrapper">
2         <div class="profile-match-photo">
3                 <a href="$url">
4                         <img src="$photo" alt="$name" />
5                 </a>
6         </div>
7         <span><a href="$url">$name</a>$inttxt<br />$tags</span>
8         <div class="profile-match-break"></div>
9         {{ if $connlnk }}
10         <div class="profile-match-connect"><a href="$connlnk" title="$conntxt">$conntxt</a></div>
11         {{ endif }}
12         <div class="profile-match-end"></div>
13 </div>