Adressage relatif des styles du cms

This commit is contained in:
LC 2023-02-03 17:36:07 +01:00
parent d96cf95d7e
commit b52e206727
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/blank.css"> <link rel="stylesheet" href="core/layout/blank.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();