aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-06 22:21:51 -0700
committerfriendica <info@friendica.com>2014-04-06 22:21:51 -0700
commit7d429b28940848cbf0cdf397ed664a594b28d994 (patch)
tree42e9b41849543edd1a267ceb9087b406511a4408 /view/tpl
parent68296bb85789b3fcf9ed5db79b0617e94bb897e6 (diff)
downloadvolse-hubzilla-7d429b28940848cbf0cdf397ed664a594b28d994.tar.gz
volse-hubzilla-7d429b28940848cbf0cdf397ed664a594b28d994.tar.bz2
volse-hubzilla-7d429b28940848cbf0cdf397ed664a594b28d994.zip
subdue archived connections in mod/connections
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/connection_template.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl
index fc9052d41..44866c323 100755
--- a/view/tpl/connection_template.tpl
+++ b/view/tpl/connection_template.tpl
@@ -1,6 +1,6 @@
<div class="contact-entry-wrapper" id="contact-entry-wrapper-{{$contact.id}}" >
<div class="contact-entry-photo-wrapper" >
- <a href="{{$contact.url}}" title="{{$contact.img_hover}}" /><img class="contact-block-img" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a>
+ <a href="{{$contact.url}}" title="{{$contact.img_hover}}" /><img class="contact-block-img {{if $contact.classes}}{{$contact.classes}}{{/if}}" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a>
</div>
<div class="contact-entry-photo-end" ></div>
<a href="{{$contact.url}}" title="{{$contact.img_hover}}" /><div class="contact-entry-name" id="contact-entry-name-{{$contact.id}}" >{{$contact.name}}</div></a>