Déplacement de showFavicon

This commit is contained in:
LC 2023-02-02 22:12:48 +01:00
parent 17ebcf0692
commit b6a82f8edf
1 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php
$this->showMetaTitle();
$this->showFavicon();
?>
<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">
@ -14,7 +13,10 @@
<?php $this->showStyle();
$this->showVendorCss();?>
<link rel="stylesheet" href="<?php echo helper::baseUrl(false) . self::DATA_DIR; ?>custom.css">
<?php $this->showVendor(); ?>
<?php
$this->showFavicon();
$this->showVendor();
?>
</head>
<body>
<?php $this->showContent(); ?>