themes-community/transzero/directory_item.tpl
Tobias Diekershoff 7a0bfa1436 added transzero theme by joenepraat
From around 2012

Completely based on Duopuntozero. Modern look with different levels of transparency, rounded corners, a clear focus on the content and more.
You can overwrite background.jpg to have a completely different look. Keep in mind that it must have a resolution of at least 1920x1080 (for wide screens).

This theme is not finished yet. Keep that in mind. But it is usable.
2023-10-17 08:59:53 +02:00

13 lines
536 B
Smarty

<div id="directory-wrapper">
<div class="directory-item lframe" id="directory-item-$id" >
<div class="contact-photo-wrapper" id="directory-photo-wrapper-$id" >
<div class="contact-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 class="contact-name" id="directory-name-$id">$name</div>
<div class="contact-details">$details</div>
</div>
</div>