From 91f562b1ac7c92328310129cf3be0e0c0e33dedf Mon Sep 17 00:00:00 2001 From: LC Date: Fri, 3 Feb 2023 12:48:56 +0100 Subject: [PATCH] Ordre du chargement des scripts --- core/layout/blank.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/core/layout/blank.php b/core/layout/blank.php index f63ffd6..19c6b81 100644 --- a/core/layout/blank.php +++ b/core/layout/blank.php @@ -19,8 +19,10 @@ ?> -showContent(); ?> -showScript(); ?> -showVendorJsBody(); ?> +showContent(); +$this->showVendorJsBody(); +$this->showScript(); +?>