diff options
author | friendica <info@friendica.com> | 2012-11-09 00:02:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-09 00:02:46 -0800 |
commit | 593d361d2e9dd177d4125a8751540f0afa4b2323 (patch) | |
tree | 24ac5d2ad6946b66c50e1767b112b7db7697874f /view/tpl | |
parent | 517c05700d67eeec8945dbcec3a99d19a9f1f71c (diff) | |
download | volse-hubzilla-593d361d2e9dd177d4125a8751540f0afa4b2323.tar.gz volse-hubzilla-593d361d2e9dd177d4125a8751540f0afa4b2323.tar.bz2 volse-hubzilla-593d361d2e9dd177d4125a8751540f0afa4b2323.zip |
profile/channel page view contacts
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/profile_vcard.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 0876e2dc6..1d0c433e9 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -25,7 +25,6 @@ {{ if $gender }}<dl class="mf"><dt class="gender-label">$gender</dt> <dd class="x-gender">$profile.gender</dd></dl>{{ endif }} - {{ if $profile.pubkey }}<div class="key" style="display:none;">$profile.pubkey</div>{{ endif }} {{ if $marital }}<dl class="marital"><dt class="marital-label"><span class="heart">♥</span>$marital</dt><dd class="marital-text">$profile.marital</dd></dl>{{ endif }} |