From 183ce5407735f1b2c9c5621106313618d0c233fa Mon Sep 17 00:00:00 2001 From: LC Date: Fri, 6 Jan 2023 15:57:19 +0100 Subject: [PATCH] =?UTF-8?q?d=C3=A9placer=20showStyle=20sous=20showVendor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/layout/main.php b/core/layout/main.php index 4414d2f..69b07c4 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -14,7 +14,8 @@ else { echo ''; } ?> showFavicon(); - $this->showVendor(); + $this->showVendor(); + $this->showStyle(); echo PHP_EOL; ?> @@ -25,7 +26,6 @@ else { echo ''; } AND $this->getData(['module', $this->getUrl(0), 'config', 'feeds']) === TRUE ): ?> - showStyle(); echo PHP_EOL; ?>