X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhome.php;h=07087bb2cca058203adc45ec3b37bdac4f4315b3;hb=88bfe21bead769c3ba81e181b79f9d6426ace351;hp=44f2a9888b18492ad11a4610cf724c38f7588ace;hpb=6348e70daa113e8b3203de8fbc919d08c90d972e;p=friendica.git diff --git a/mod/home.php b/mod/home.php index 44f2a9888b..07087bb2cc 100644 --- a/mod/home.php +++ b/mod/home.php @@ -9,6 +9,8 @@ function home_init(&$a) { else goaway( $a->get_baseurl() . "/profile/" . $_SESSION['uid'] ); } + $a->page['htmlhead'] .= "get_baseurl() . "/profile/%s" . "\" />\r\n"; + }} @@ -17,7 +19,7 @@ function home_content(&$a) { $a->page['footer'] .= "
Powered by DFRN
"; $o .= '

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

'; - $o .= login(1); + $o .= login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1); return $o;