diff options
author | friendica <info@friendica.com> | 2013-10-12 00:57:00 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-12 00:57:00 -0700 |
commit | c459228dca89b40189fc50b2cf12f5800ea3c257 (patch) | |
tree | bf890d96d228563ecdbb703093dff0aad59f0fae /view/tpl/xchan_vcard.tpl | |
parent | 1c8a36f9ca1f1cfd4cab47b47c855b530467593d (diff) | |
download | volse-hubzilla-c459228dca89b40189fc50b2cf12f5800ea3c257.tar.gz volse-hubzilla-c459228dca89b40189fc50b2cf12f5800ea3c257.tar.bz2 volse-hubzilla-c459228dca89b40189fc50b2cf12f5800ea3c257.zip |
show private message conversant in sidebar because without a reply you may not remember who it is/was.
Diffstat (limited to 'view/tpl/xchan_vcard.tpl')
-rwxr-xr-x | view/tpl/xchan_vcard.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl index 3dabdad95..ac2eaf7ae 100755 --- a/view/tpl/xchan_vcard.tpl +++ b/view/tpl/xchan_vcard.tpl @@ -4,7 +4,7 @@ </div> - +{{if $mode != 'mail'}} <div id="profile-extra-links"> <ul> {{if $connect}} @@ -17,4 +17,4 @@ </div> - +{{/if}} |