Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
532 B
15 lines
532 B
|
|
<div class="view-contact-wrapper" id="view-contact-wrapper-$id" > |
|
<div class="view-contact-photo-wrapper" > |
|
<div class="view-contact-photo" id="view-contact-photo-$id" > |
|
<a href="$url" title="$alt_text" /><img src="$thumb" alt="$name" /></a> |
|
</div> |
|
<div class="view-contact-photo-end" ></div> |
|
</div> |
|
<div class="view-contact-name-wrapper" > |
|
<div class="view-contact-name" id="view-contact-name-$id" >$name</div> |
|
</div> |
|
<div class="view-contact-name-end" ></div> |
|
</div> |
|
<div class="view-contact-wrapper-end"></div> |
|
|
|
|