aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-10 16:54:36 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-10 16:54:36 -0700
commit06bdf8a4cfe9087573494c0b782a33d1e28ac043 (patch)
tree9ab3965bd0f0dc790bc30bee12b939e3866c82e9 /mod/profile.php
parent04e65823d70d448400d3be7f0b3244ea8658834d (diff)
downloadvolse-hubzilla-06bdf8a4cfe9087573494c0b782a33d1e28ac043.tar.gz
volse-hubzilla-06bdf8a4cfe9087573494c0b782a33d1e28ac043.tar.bz2
volse-hubzilla-06bdf8a4cfe9087573494c0b782a33d1e28ac043.zip
atom auto-discover, fix image preloading in ajax
Diffstat (limited to 'mod/profile.php')
-rw-r--r--mod/profile.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 6e04724be..0cc236f95 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -63,6 +63,8 @@ function profile_init(&$a) {
$profile = $a->argv[1];
}
profile_load($a,$which,$profile);
+ $a->page['htmlhead'] .= '<link rel="alternate" type="application/atom+xml" href="' . $a->get_baseurl() . '/dfrn_poll/' . $which .'" />';
+
$a->page['htmlhead'] .= "<meta name=\"dfrn-template\" content=\"" . $a->get_baseurl() . "/profile/%s" . "\" />\r\n";
$dfrn_pages = array('request', 'confirm', 'notify', 'poll');