fix : add '/' to the global.css relative path

This commit is contained in:
vincent.tisseyre 2024-11-12 10:57:37 +01:00
parent 73f0b981b0
commit 67efb6efa0

View File

@ -31,6 +31,6 @@ class HtmlView extends BaseHtmlView {
{
// Import CSS
$document = Factory::getDocument();
$document->addStyleSheet('components/com_leaflet/assets/css/global.css');
$document->addStyleSheet('/components/com_leaflet/assets/css/global.css');
}
}