From 36b0308d8778f4b06197c73fa4a739d73905c358 Mon Sep 17 00:00:00 2001 From: LC Date: Fri, 3 Feb 2023 12:46:15 +0100 Subject: [PATCH] Ordre du chargement des scripts --- 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 f25b704..77dd22f 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -246,7 +246,9 @@ else { echo ''; } showCookies(); ?> - showScript();?> - showVendorJsBody(); ?> + showVendorJsBody(); + $this->showScript(); + ?>