carto_J5 to main #1

Merged
vincent.tisseyre merged 15 commits from carto_J5 into main 2024-11-12 12:53:09 +01:00
Showing only changes of commit 67efb6efa0 - Show all commits

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');
}
}