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_short.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_short.tpl')
-rwxr-xr-x | view/tpl/profile_vcard_short.tpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/view/tpl/profile_vcard_short.tpl b/view/tpl/profile_vcard_short.tpl index 0984a4e5f..5d87d52c6 100755 --- a/view/tpl/profile_vcard_short.tpl +++ b/view/tpl/profile_vcard_short.tpl @@ -30,10 +30,6 @@ {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url">{{$profile.homepage}}</dd></dl>{{/if}} - {{if $diaspora}} - {{include file="diaspora_vcard.tpl"}} - {{/if}} - <div id="clear"></div> {{$chanmenu}} |