]> git.mxchange.org Git - friendica.git/blobdiff - mod/home.php
Improve Addons documentation
[friendica.git] / mod / home.php
index b1d00b000f556acf52b41773c205e1a4902128ef..206a1827ea1d67eb4a0a575b2c39f2cdebdc8cea 100644 (file)
@@ -36,7 +36,7 @@ function home_content(App $a) {
        }
 
        $customhome = false;
-       $defaultheader = '<h1>'.((x($a->config,'sitename')) ? sprintf(L10n::t("Welcome to %s"), $a->config['sitename']) : "").'</h1>';
+       $defaultheader = '<h1>'.((x($a->config,'sitename')) ? L10n::t("Welcome to %s", $a->config['sitename']) : "").'</h1>';
 
        $homefilepath = $a->basepath . "/home.html";
        $cssfilepath = $a->basepath . "/home.css";