diff --git a/core/module/page/view/edit/edit.php b/core/module/page/view/edit/edit.php
index 017f2150..f842843e 100755
--- a/core/module/page/view/edit/edit.php
+++ b/core/module/page/view/edit/edit.php
@@ -149,7 +149,13 @@ echo template::formOpen('pageEditForm'); ?>
- getHierarchy($this->getUrl(2), false)): ?>
+ 'Position',
+ 'help' => '\'Ne pas afficher\' crée une page orpheline non accessible par le biais des menus.'
+ ]); ?>
+
+
+ getHierarchy($this->getUrl(2), false)): ?>
$this->getData(['page', $this->getUrl(2), 'parentPageId'])
]); ?>
@@ -160,12 +166,6 @@ echo template::formOpen('pageEditForm'); ?>
]); ?>
-
- 'Position',
- 'help' => '\'Ne pas afficher\' crée une page orpheline non accessible par le biais des menus.'
- ]); ?>
-