From d6c99942f1ac3d9d2c7f5afc1fe4ef4c6251421a Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 28 Oct 2021 16:20:54 +0200 Subject: [PATCH] Disposisition du site --- core/module/theme/view/site/site.php | 68 ++++++++++++++-------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/core/module/theme/view/site/site.php b/core/module/theme/view/site/site.php index 5c22f1c7..94ef50b3 100644 --- a/core/module/theme/view/site/site.php +++ b/core/module/theme/view/site/site.php @@ -12,6 +12,40 @@ +
+
+
+

Paramètres

+
+
+ 'Largeur du site', + 'selected' => $this->getData(['theme', 'site', 'width']) + ]); ?> +
+
+ 'Arrondi des angles', + 'selected' => $this->getData(['theme', 'site', 'radius']) + ]); ?> +
+
+ 'Ombre sur les bords du site', + 'selected' => $this->getData(['theme', 'site', 'shadow']) + ]); ?> +
+
+
+
+ $this->getData(['theme', 'site', 'margin']) + ]); ?> +
+
+
+
+
@@ -160,38 +194,4 @@
-
-
-
-

Apparence

-
-
- 'Largeur du site', - 'selected' => $this->getData(['theme', 'site', 'width']) - ]); ?> -
-
- 'Arrondi des angles', - 'selected' => $this->getData(['theme', 'site', 'radius']) - ]); ?> -
-
- 'Ombre sur les bords du site', - 'selected' => $this->getData(['theme', 'site', 'shadow']) - ]); ?> -
-
-
-
- $this->getData(['theme', 'site', 'margin']) - ]); ?> -
-
-
-
-
\ No newline at end of file