forked from friendica/friendica-addons
11 lines
430 B
Smarty
11 lines
430 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>
|