mirror of
https://github.com/friendica/friendica
synced 2025-04-18 07:50:12 +00:00
fix for coding standars
This commit is contained in:
parent
fc8e8feec1
commit
f51fda7911
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ function home_content(App $a) {
|
|||
unset($_SESSION['mobile-theme']);
|
||||
}
|
||||
|
||||
$customhome = False;
|
||||
$customhome = false;
|
||||
$defaultheader = '<h1>'.((x($a->config,'sitename')) ? sprintf(t("Welcome to %s"), $a->config['sitename']) : "").'</h1>';
|
||||
|
||||
$homefilepath = $a->basepath . "/home.html";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue