X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=mod%2Fhome.php;h=206a1827ea1d67eb4a0a575b2c39f2cdebdc8cea;hb=e0b33b36a21d7803353692372d7ceb90683d8888;hp=dc571aaabd393aef51ee923e28c27b8d21e23d01;hpb=610f017b28edc37212df6385126993f2dfc41f59;p=friendica.git diff --git a/mod/home.php b/mod/home.php index dc571aaabd..206a1827ea 100644 --- a/mod/home.php +++ b/mod/home.php @@ -1,8 +1,11 @@ '.((x($a->config,'sitename')) ? sprintf(t("Welcome to %s"), $a->config['sitename']) : "").''; + $defaultheader = '

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

'; $homefilepath = $a->basepath . "/home.html"; $cssfilepath = $a->basepath . "/home.css";