user['nickname']) goaway( $a->get_baseurl() . "/profile/" . $a->user['nickname'] ); else goaway( $a->get_baseurl() . "/profile/" . $_SESSION['uid'] ); } $a->page['htmlhead'] .= "get_baseurl() . "/profile/%s" . "\" />\r\n"; }} if(! function_exists('home_content')) { function home_content(&$a) { $a->page['footer'] .= "
Powered by DFRN
"; $o .= '

Welcome' . ((x($a->config,'sitename')) ? " to {$a->config['sitename']}" : "" ) . '

'; $o .= login(1); return $o; }}