]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/match.tpl
Merge pull request #491 from fermionic/separate-number-text-in-hidden-comments-text
[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>