Déplacement de showStyle()

This commit is contained in:
LC 2023-01-22 15:03:54 +01:00
parent ce5a049cff
commit 4ce872a499
1 changed files with 7 additions and 7 deletions

View File

@ -7,16 +7,16 @@
$this->showMetaTitle();
$this->showFavicon();
$this->showVendor();
$this->showStyle();
?>
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>core/layout/common.css">
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>core/layout/mediaqueries.css">
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>core/layout/blank.css">
<link rel="stylesheet" href="<?php echo helper::baseUrl(false) . self::DATA_DIR; ?>theme.css">
<link rel="stylesheet" href="<?php echo helper::baseUrl(false) . self::DATA_DIR; ?>custom.css">
<link rel="stylesheet" href="core/layout/common.css">
<link rel="stylesheet" href="core/layout/mediaqueries.css">
<link rel="stylesheet" href="core/layout/blank.css">
<link rel="stylesheet" href="<?php echo self::DATA_DIR; ?>theme.css">
<?php $this->showStyle(); ?>
<link rel="stylesheet" href="<?php echo self::DATA_DIR; ?>custom.css">
</head>
<body>
<?php $this->showContent(); ?>
<?php $this->showScript(); ?>
</body>
</html>
</html>