friendica/view/profile_entry.tpl

12 lines
530 B
Smarty
Raw Normal View History

2010-07-02 01:48:07 +02:00
<div class="profile-listing" >
<div class="profile-listing-photo-wrapper" >
2011-01-12 21:44:22 +01:00
<a href="profiles/$id" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="$alt" /></a>
2010-07-02 01:48:07 +02:00
</div>
<div class="profile-listing-photo-end"></div>
2011-01-02 23:30:17 +01:00
<div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div>
2011-04-13 06:21:33 +02:00
<div class="profile-listing-visible">$visible</div>
2010-07-02 01:48:07 +02:00
</div>
<div class="profile-listing-end"></div>