]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/profile_entry.tpl
Merge pull request #515 from simonlnu/master
[friendica.git] / view / theme / smoothly / profile_entry.tpl
1 <div class="profile-listing" >
2 <div class="profile-listing-photo-wrapper" >
3 <a href="profiles/$id" class="profile-listing-edit-link"><img class="profile-listing-photo mframe" id="profile-listing-photo-$id" src="$photo" alt="$alt" /></a>
4 </div>
5 <div class="profile-listing-photo-end"></div>
6 <div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div>
7 <div class='profile-visible'>$visible</div>
8 </div>
9 <div class="profile-listing-end"></div>
10