X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FModule%2FHome.php;h=fbba889a883af7839d36b7999a3e719d08536820;hb=706444bdb22b57f18c284044bdbdaeb7610990fe;hp=06bfa5eba576aca4a22ceb88c348d0e9f1ce6864;hpb=25992b063ac984d42c8d0f63f45f77eab1ee34be;p=friendica.git diff --git a/src/Module/Home.php b/src/Module/Home.php index 06bfa5eba5..fbba889a88 100644 --- a/src/Module/Home.php +++ b/src/Module/Home.php @@ -1,6 +1,6 @@ redirect(User::getActorName()); + } + } + protected function content(array $request = []): string { $app = DI::app(); @@ -60,7 +69,7 @@ class Home extends BaseModule $customHome = $homeFilePath; if (file_exists($cssFilePath)) { - DI::page()['htmlhead'] .= ''; + DI::page()->registerStylesheet('home.css', 'all'); } }