X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhome.php;h=d796052ade32ef2154d62be27f5a7e2d0c5f830e;hb=83ee7909cddaed3d25c4b52f197ac470e8150ee0;hp=44f2a9888b18492ad11a4610cf724c38f7588ace;hpb=6348e70daa113e8b3203de8fbc919d08c90d972e;p=friendica.git diff --git a/mod/home.php b/mod/home.php index 44f2a9888b..d796052ade 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_html'] == REGISTER_CLOSED) ? 0 : 1); return $o;