diff options
author | friendica <info@friendica.com> | 2015-03-15 16:48:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-15 16:48:45 -0700 |
commit | 6da40fc559f540e67802f771411aa9f85dc8d64d (patch) | |
tree | 1195a967c1d49dcf20f9abe0fdbb633ec240a1e1 /mod/channel.php | |
parent | 92470eb0f2f053363cdfaec7a7df18c85ffc74bc (diff) | |
download | volse-hubzilla-6da40fc559f540e67802f771411aa9f85dc8d64d.tar.gz volse-hubzilla-6da40fc559f540e67802f771411aa9f85dc8d64d.tar.bz2 volse-hubzilla-6da40fc559f540e67802f771411aa9f85dc8d64d.zip |
mod_id: load profile so the sidebar profile will work
Diffstat (limited to 'mod/channel.php')
-rw-r--r-- | mod/channel.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/channel.php b/mod/channel.php index 109c9a596..3216da7e1 100644 --- a/mod/channel.php +++ b/mod/channel.php @@ -36,6 +36,11 @@ function channel_init(&$a) { $a->page['htmlhead'] .= '<link rel="alternate" type="application/atom+xml" href="' . $a->get_baseurl() . '/feed/' . $which .'" />' . "\r\n" ; + +// Not yet ready for prime time +// $a->page['htmlhead'] .= '<link rel="openid.server" href="' . $a->get_baseurl() . '/id/' . $which .'?f=" />' . "\r\n" ; +// $a->page['htmlhead'] .= '<link rel="openid.delegate" href="' . $a->get_baseurl() . '/id/' . $which .'" />' . "\r\n" ; + // Run profile_load() here to make sure the theme is set before // we start loading content |