]> git.mxchange.org Git - friendica.git/blob - view/fr/profile_entry_default.tpl
Started the french translation (up to the "TODO" comment in view/fr/strings.php)
[friendica.git] / view / fr / profile_entry_default.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" id="profile-listing-photo-$id" src="$photo" alt="Profile Image" /></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>
9 <div class="profile-listing-end"></div>