mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-04 17:22:54 +00:00
11 lines
398 B
Smarty
11 lines
398 B
Smarty
|
|
||
|
<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>
|