]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/profile_entry.tpl
admin panel: added privacy statement preview
[friendica.git] / view / templates / profile_entry.tpl
index 3b0e88a8774c9855bb91581cb77f5b2fbe346bab..69b39b9b334c0b096071a01cb2638caa016316fc 100644 (file)
@@ -1,12 +1,12 @@
 
-
 <div class="profile-listing" >
-<div class="profile-listing-photo-wrapper" >
-<a href="profiles/{{$id}}" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-{{$id}}" src="{{$photo}}" alt="{{$alt}}" /></a>
-</div>
-<div class="profile-listing-photo-end"></div>
-<div class="profile-listing-name" id="profile-listing-name-{{$id}}"><a href="profiles/{{$id}}" class="profile-listing-edit-link" >{{$profile_name}}</a></div>
-<div class="profile-listing-visible">{{$visible}}</div>
+       <div class="profile-listing-photo-wrapper" >
+               <a href="profiles/{{$id}}" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-{{$id}}" src="{{$photo}}" alt="{{$alt}}" /></a>
+       </div>
+       <div class="profile-listing-photo-end"></div>
+       <div class="profile-listing-name" id="profile-listing-name-{{$id}}">
+               <a href="profiles/{{$id}}" class="profile-listing-edit-link" >{{$profile_name}}</a>
+       </div>
+       <div class="profile-listing-visible">{{$visible}}</div>
 </div>
 <div class="profile-listing-end"></div>
-