mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Bugfixing Home
This commit is contained in:
parent
0046e62077
commit
dc9c9040e5
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ class Home extends BaseModule
|
||||||
$customHome = '';
|
$customHome = '';
|
||||||
$defaultHeader = ($config->get('config', 'sitename') ? L10n::t('Welcome to %s', $config->get('config', 'sitename')) : '');
|
$defaultHeader = ($config->get('config', 'sitename') ? L10n::t('Welcome to %s', $config->get('config', 'sitename')) : '');
|
||||||
|
|
||||||
$homeFilePath = $app->getBaseURL() . '/home.html';
|
$homeFilePath = $app->getBasePath() . '/home.html';
|
||||||
$cssFilePath = $app->getBaseURL() . '/home.css';
|
$cssFilePath = $app->getBasePath() . '/home.css';
|
||||||
|
|
||||||
if (file_exists($homeFilePath)) {
|
if (file_exists($homeFilePath)) {
|
||||||
$customHome = $homeFilePath;
|
$customHome = $homeFilePath;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue