aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/contact_template.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-16 13:31:59 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-03-16 13:31:59 -0400
commit7b15f27ba48f5a1b0e24290379e2524796776803 (patch)
tree12b873f7c8a507b4d348369079dd5e3c614272ec /view/theme/dispy/contact_template.tpl
parenta8c1cbc65592b58beb2042defa476acdd27fe8fd (diff)
downloadvolse-hubzilla-7b15f27ba48f5a1b0e24290379e2524796776803.tar.gz
volse-hubzilla-7b15f27ba48f5a1b0e24290379e2524796776803.tar.bz2
volse-hubzilla-7b15f27ba48f5a1b0e24290379e2524796776803.zip
weee, dispys get another update
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/contact_template.tpl')
-rw-r--r--view/theme/dispy/contact_template.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/dispy/contact_template.tpl b/view/theme/dispy/contact_template.tpl
index fbf354b47..04968bd07 100644
--- a/view/theme/dispy/contact_template.tpl
+++ b/view/theme/dispy/contact_template.tpl
@@ -20,9 +20,11 @@
</div>
<div class="contact-entry-photo-end" ></div>
<div class="contact-entry-name" id="contact-entry-name-$contact.id" >$contact.name</div>
+{{ if $contact.alt_text }}<div class="contact-entry-details" id="contact-entry-rel-$contact.id" >$contact.alt_text</div>{{ endif }}
<div class="contact-entry-details" id="contact-entry-url-$contact.id" >
<a href="$contact.itemurl" title="$contact.itemurl">Profile URL</a></div>
<div class="contact-entry-details" id="contact-entry-network-$contact.id" >$contact.network</div>
<div class="contact-entry-end" ></div>
</div>
+