]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/profile_entry.tpl
fb5436fb52bacd80de9331f53bddf1f617394da7
[friendica.git] / view / theme / frio / templates / profile_entry.tpl
1
2 <div class="profile-listing-row" >
3         <div class="profile-listing-cell" >
4                 <a href="profiles/{{$id}}" class="profile-listing-edit-link"><img class="profile-listing-photo" 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-cell" id="profile-listing-name-{{$id}}">
8                 <a href="profiles/{{$id}}" class="profile-listing-edit-link" >{{$profile_name}}</a>
9         </div>
10         <div class="profile-listing-cell">
11                 {{$visible}}
12         </div>
13 </div>
14 <div class="profile-listing-end"></div>
15