Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
431 B
11 lines
431 B
|
|
|
|
<div class="directory-item" id="directory-item-{{$id}}" > |
|
<div class="directory-photo-wrapper" id="directory-photo-wrapper-{{$id}}" > |
|
<div class="directory-photo" id="directory-photo-{{$id}}" > |
|
<a href="{{$profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$id}}" > |
|
<img class="directory-photo-img" src="{{$photo}}" alt="{{$alt_text}}" title="{{$alt_text}}" /> |
|
</a> |
|
</div> |
|
</div> |
|
</div>
|
|
|