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