From 416a38a6adffee215482803e978f1c1e149f9dfe Mon Sep 17 00:00:00 2001 From: LC Date: Fri, 3 Feb 2023 17:37:59 +0100 Subject: [PATCH] Adressage relatif des styles du cms --- core/layout/main.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/core/layout/main.php b/core/layout/main.php index 77dd22f..2a21f24 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -12,12 +12,14 @@ else { echo ''; } $this->showMetaTitle(); if( $this->getData(['config', 'social', 'headFacebook' ]) === true) $this->showMetaPropertyFacebook(); ?> - - - - showStyle(); - $this->showVendorCss(); echo PHP_EOL;?> - + + + + showStyle(); + $this->showVendorCss(); echo PHP_EOL; + ?> + showFavicon(); $this->showVendor(); @@ -34,7 +36,7 @@ else { echo ''; } - +