From 1412c2c33bd9dd68f00e7d57134a37c0ad8cfdc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sun, 9 Jan 2022 17:58:49 +0100 Subject: [PATCH] position options dans footer --- core/module/theme/view/footer/footer.php | 30 +++++++++++++----------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/core/module/theme/view/footer/footer.php b/core/module/theme/view/footer/footer.php index 2060c00f..af39bb7c 100644 --- a/core/module/theme/view/footer/footer.php +++ b/core/module/theme/view/footer/footer.php @@ -39,6 +39,22 @@ ]); ?> +
+
+
+ $this->getData(['theme', 'footer', 'margin']) + ]); ?> +
+
+
+
+ $this->getData(['theme', 'footer', 'fixed']) + ]); ?> +
+
+
@@ -262,20 +278,6 @@ -
-
- $this->getData(['theme', 'footer', 'margin']) - ]); ?> -
-
-
-
- $this->getData(['theme', 'footer', 'fixed']) - ]); ?> -
-