mucho progress on notifier, email style dfrn url's

This commit is contained in:
Mike Macgirvin
2010-07-08 07:03:25 -07:00
parent e98aaa3cbd
commit 9a6a60a9c1
9 changed files with 181 additions and 34 deletions

View File

@@ -9,6 +9,8 @@ function home_init(&$a) {
else
goaway( $a->get_baseurl() . "/profile/" . $_SESSION['uid'] );
}
$a->page['htmlhead'] .= "<meta name=\"dfrn-template\" content=\"" . $a->get_baseurl() . "/profile/%s" . "\" />\r\n";
}}