]> git.mxchange.org Git - friendica.git/blob - profile_entry.tpl
5bea298ac529618f09cd001a544f8566acc666bf
[friendica.git] / profile_entry.tpl
1
2 <div class="profile-listing" >
3 <div class="profile-listing-photo-wrapper" >
4 <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>
5 </div>
6 <div class="profile-listing-photo-end"></div>
7 <div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div>
8 <div class='profile-visible'>$visible</div>
9 </div>
10 <div class="profile-listing-end"></div>
11