]> git.mxchange.org Git - friendica.git/blobdiff - mod/home.php
quote the quote
[friendica.git] / mod / home.php
index b04c728968eea9f226a50e1efd19b0fbcd0a98ce..13b6d56c4a797f6417a69546ee9b44f0d5614c1c 100644 (file)
@@ -16,7 +16,7 @@ function home_content(&$a) {
        $o = '';
        if(! (x($a->page,'footer')))
                $a->page['footer'] = '';
-       $a->page['footer'] .= "<div class=\"powered\" >Powered by <a href=\"http://mistpark.com\" name=\"mistpark\" >mistpark</a></div>";
+       $a->page['footer'] .= "<div class=\"powered\" >Powered by <a href=\"http://friendika.com\" title=\"friendika\" >friendika</a></div>";
        $o .= '<h1>Welcome' . ((x($a->config,'sitename')) ? " to {$a->config['sitename']}" : "" ) . '</h1>';
        if(file_exists('home.html'))
                $o .= file_get_contents('home.html');