mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:50:11 +00:00
Frio: add login background color admin option
This commit is contained in:
parent
2c8bbea65d
commit
fc8e8feec1
5 changed files with 34 additions and 17 deletions
|
@ -34,8 +34,8 @@ function home_content(App $a) {
|
|||
$customhome = False;
|
||||
$defaultheader = '<h1>'.((x($a->config,'sitename')) ? sprintf(t("Welcome to %s"), $a->config['sitename']) : "").'</h1>';
|
||||
|
||||
$homefilepath = $a->basepath . '/home.html';
|
||||
$cssfilepath = $a->basepath . '/home.css';
|
||||
$homefilepath = $a->basepath . "/home.html";
|
||||
$cssfilepath = $a->basepath . "/home.css";
|
||||
if (file_exists($homefilepath)) {
|
||||
$customhome = $homefilepath;
|
||||
if (file_exists($cssfilepath)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue