mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:50:10 +00:00
more lint
This commit is contained in:
parent
ceabd7629b
commit
f0b6400584
20 changed files with 114 additions and 130 deletions
|
@ -13,6 +13,9 @@ function home_init(&$a) {
|
|||
if(! function_exists('home_content')) {
|
||||
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>";
|
||||
$o .= '<h1>Welcome' . ((x($a->config,'sitename')) ? " to {$a->config['sitename']}" : "" ) . '</h1>';
|
||||
if(file_exists('home.html'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue