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

@@ -1243,7 +1243,7 @@ JS;
$sRootUrl = '../';
}
$sCSSUrl = $sRootUrl.$sCssRelPath;
$this->add_linked_stylesheet($sCSSUrl);
$this->LinkStylesheetFromURI($sCSSUrl);
}
/**