mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
8 lines
472 B
Smarty
Executable file
8 lines
472 B
Smarty
Executable file
<div class="contact-entry-wrapper" id="contact-entry-wrapper-{{$contact.id}}" >
|
|
<div class="contact-entry-photo-wrapper" >
|
|
<a href="{{$contact.link}}" title="{{$contact.img_hover}}" ><img class="contact-block-img" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a>
|
|
</div>
|
|
<div class="contact-entry-photo-end" ></div>
|
|
<div class="contact-entry-name" id="contact-entry-name-{{$contact.id}}" >{{$contact.name}}</div>
|
|
<div class="contact-entry-end" ></div>
|
|
</div>
|