diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-20 18:14:50 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-20 18:14:50 -0700 |
commit | 7a611c6d47020d227630a96de8026da4dae5f862 (patch) | |
tree | f96f2e17b547fa16b860e75e911fccb956dd8c65 /view/tpl/profile_vcard.tpl | |
parent | da823125b92a4cb2a128e5b3e7c7298c4ee74be8 (diff) | |
download | volse-hubzilla-7a611c6d47020d227630a96de8026da4dae5f862.tar.gz volse-hubzilla-7a611c6d47020d227630a96de8026da4dae5f862.tar.bz2 volse-hubzilla-7a611c6d47020d227630a96de8026da4dae5f862.zip |
create channel_store_lowlevel() and remove more diaspora stuff from core.
Diffstat (limited to 'view/tpl/profile_vcard.tpl')
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 9bd534fd8..c17a7878c 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -49,9 +49,6 @@ {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url u-url">{{$profile.homepage}}</dd></dl>{{/if}} - {{if $diaspora}} - {{include file="diaspora_vcard.tpl"}} - {{/if}} </div> <div id="clear"></div> |