]> git.mxchange.org Git - friendica-addons.git/blob - communityhome/templates/directory_item.tpl
pageheader: update the DE translation
[friendica-addons.git] / communityhome / templates / directory_item.tpl
1
2 <div class="directory-item" id="directory-item-{{$id}}" >
3         <div class="directory-photo-wrapper" id="directory-photo-wrapper-{{$id}}" > 
4                 <div class="directory-photo" id="directory-photo-{{$id}}" >
5                         <a href="{{$profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$id}}" >
6                                 <img class="directory-photo-img" src="{{$photo}}" alt="{{$photo_user}} {{if $photo_title}}: {{$photo_title}}{{/if}}" title="{{$alt_text}}" />
7                         </a>
8                 </div>
9         </div>
10 </div>