Adressage relatif des styles du cms

This commit is contained in:
LC 2023-02-03 17:36:59 +01:00
parent b52e206727
commit 72d64cc93b
1 changed files with 6 additions and 6 deletions

View File

@ -6,13 +6,13 @@
<?php <?php
$this->showMetaTitle(); $this->showMetaTitle();
?> ?>
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>core/layout/common.css"> <link rel="stylesheet" href="core/layout/common.css">
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>core/layout/mediaqueries.css"> <link rel="stylesheet" href="core/layout/mediaqueries.css">
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>core/layout/light.css"> <link rel="stylesheet" href="core/layout/light.css">
<link rel="stylesheet" href="<?php echo helper::baseUrl(false) . self::DATA_DIR; ?>theme.css"> <link rel="stylesheet" href="<?php echo self::DATA_DIR; ?>theme.css">
<?php $this->showStyle(); <?php $this->showStyle();
$this->showVendorCss(); ?> $this->showVendorCss(); ?>
<link rel="stylesheet" href="<?php echo helper::baseUrl(false) . self::DATA_DIR; ?>custom.css"> <link rel="stylesheet" href="<?php echo self::DATA_DIR; ?>custom.css">
<?php <?php
$this->showFavicon(); $this->showFavicon();
$this->showVendor(); $this->showVendor();