mirror of
https://github.com/friendica/friendica
synced 2024-11-15 19:33:53 +00:00
17 lines
598 B
Smarty
17 lines
598 B
Smarty
{{*
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*}}
|
|
|
|
|
|
<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>
|