]> git.mxchange.org Git - friendica.git/blobdiff - mod/home.php
privacy enforcement on pubmail_enable
[friendica.git] / mod / home.php
index 20d38cfca9967749f477131b46dc08d637c68171..225bd294d2fbcecce3a716060b6c8708e3f04031 100644 (file)
@@ -20,7 +20,7 @@ function home_content(&$a) {
        if(x($_SESSION,'theme'))
                unset($_SESSION['theme']);
 
-       $o .= '<h1>' . ((x($a->config,'sitename')) ? t("Welcome to ").$a->config['sitename'] : "" ) . '</h1>';
+       $o .= '<h1>' . ((x($a->config,'sitename')) ? sprintf( t("Welcome to %s") ,$a->config['sitename']) : "" ) . '</h1>';
        if(file_exists('home.html'))
                $o .= file_get_contents('home.html');