mirror of
https://github.com/friendica/friendica
synced 2025-04-24 02:30:13 +00:00
project rename
This commit is contained in:
parent
26f97b8284
commit
2a23a7e840
12 changed files with 21 additions and 34 deletions
|
@ -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\" name=\"mistpark\" >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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue