diff --git a/core/module/theme/view/site/site.php b/core/module/theme/view/site/site.php
index 92bc50a7..d30e334e 100755
--- a/core/module/theme/view/site/site.php
+++ b/core/module/theme/view/site/site.php
@@ -33,6 +33,16 @@
'value' => $this->getData(['theme', 'text', 'textColor'])
]); ?>
+
+ 'colorPicker',
+ 'help' => 'Le curseur horizontal règle le niveau de transparence.',
+ 'label' => 'Liens',
+ 'value' => $this->getData(['theme', 'link', 'textColor'])
+ ]); ?>
+
+
+
'colorPicker',
@@ -41,9 +51,7 @@
'value' => $this->getData(['theme', 'title', 'textColor'])
]); ?>
-
-
-
+
'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
@@ -51,14 +59,6 @@
'value' => $this->getData(['theme', 'button', 'backgroundColor'])
]); ?>
-
- 'colorPicker',
- 'help' => 'Le curseur horizontal règle le niveau de transparence.',
- 'label' => 'Liens',
- 'value' => $this->getData(['theme', 'link', 'textColor'])
- ]); ?>
-