X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhome.php;h=b1708d80a2f02e36fe78b650841581508323a316;hb=2952e2b3e47d0d16e89c6ff81353a9059bfe474c;hp=0e83340cc3fd9f41e280f9117dc20ed5d960cfaf;hpb=0436782e70f496c96f30ee7822865f777ae1d73e;p=friendica.git diff --git a/mod/home.php b/mod/home.php index 0e83340cc3..b1708d80a2 100644 --- a/mod/home.php +++ b/mod/home.php @@ -1,7 +1,7 @@ page['htmlhead'] .= ''; } - $o .= file_get_contents('home.html');} - - else { + $o .= file_get_contents('home.html'); + } else { $o .= '

'.((x($a->config,'sitename')) ? sprintf(t("Welcome to %s"), $a->config['sitename']) : "").'

'; } @@ -48,5 +46,4 @@ function home_content(&$a) { return $o; - }}