N°7315 - Migrate deprecated usages of WebPage::add_linked_stylesheet()

This commit is contained in:
Molkobain
2024-03-05 23:06:44 +01:00
parent 655539c289
commit fe6ee083f6
15 changed files with 39 additions and 39 deletions

View File

@@ -250,7 +250,7 @@ JS
// TODO 3.0.0: Remove light-grey when development of Full Moon is done.
// TODO 3.0.0: Reuse theming mechanism for Full Moon
$sCssThemeUrl = ThemeHandler::GetCurrentThemeUrl();
$this->add_linked_stylesheet($sCssThemeUrl);
$this->LinkStylesheetFromURI($sCssThemeUrl);
}
protected function GetReadyScriptsStartedTrigger(): ?string