From 17ebcf0692302cbf194cea207ba2d9ebdf9f43cd Mon Sep 17 00:00:00 2001 From: LC Date: Thu, 2 Feb 2023 22:10:01 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9placement=20de=20showFavicon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/main.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/layout/main.php b/core/layout/main.php index 33e3084..f25b704 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -12,14 +12,16 @@ else { echo ''; } $this->showMetaTitle(); if( $this->getData(['config', 'social', 'headFacebook' ]) === true) $this->showMetaPropertyFacebook(); ?> - showFavicon(); ?> showStyle(); $this->showVendorCss(); echo PHP_EOL;?> - showVendor(); ?> + showFavicon(); + $this->showVendor(); + ?> getData(['page', $this->getUrl(0), 'moduleId']) === 'blog' OR $this->getData(['page', $this->getUrl(0), 'moduleId']) === 'news' )