]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/smarty3/profile_entry.tpl
template engine rework
[friendica.git] / view / theme / testbubble / smarty3 / profile_entry.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6
7 <div class="profile-listing" >
8 <div class="profile-listing-photo-wrapper" >
9 <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>
10 </div>
11 <div class="profile-listing-photo-end"></div>
12 <div class="profile-listing-name" id="profile-listing-name-{{$id}}"><a href="profiles/{{$id}}" class="profile-listing-edit-link" >{{$profile_name}}</a></div>
13 <div class='profile-visible'>{{$visible}}</div>
14 </div>
15 <div class="profile-listing-end"></div>
16