]> git.mxchange.org Git - friendica.git/blob - view/profile_entry.tpl
bug fixes
[friendica.git] / view / profile_entry.tpl
1
2 <div class="profile-listing" >
3 <div class="profile-listing-photo-wrapper" >
4 <a class="profile-listing-photo-edit-link" id="profile-listing-photo-edit-link-$id" title="Edit/Change Profile Photo" href="profile_photo/$id" ><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="Profile Image" /></a>
5 </div>
6 <div class="profile-listing-name" id="profile-listing-name-$id">$profile_name</div>
7 <div class="profile-listing-edit-buttons-wrapper" id="profile-listing-edit-buttons-wrapper-$id">
8 <a href="profiles/$id" class="profile-listing-edit-link" ><img src="images/b_edit.gif" alt="Edit Profile" title="Edit Profile" /></a>
9 <a href="profiles/drop/$id" class="profile-listing-drop-link" ><img src="images/b_drop.gif" alt="Delete Profile" title="Delete Profile" /></a>
10 </div>
11 </div>
12 <div class="profile-listing-end"></div>
13