]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Home.php
spelling: however
[friendica.git] / src / Module / Home.php
index cfafc55251c621cd8fcbfefe78a2f4ae10471d57..fbba889a883af7839d36b7999a3e719d08536820 100644 (file)
@@ -69,7 +69,7 @@ class Home extends BaseModule
                        $customHome = $homeFilePath;
 
                        if (file_exists($cssFilePath)) {
-                               DI::page()['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="' . DI::baseUrl() . '/home.css' . '" media="all" />';
+                               DI::page()->registerStylesheet('home.css', 'all');
                        }
                }