diff --git a/modules/blockcms/blockcms.php b/modules/blockcms/blockcms.php index eae5cf3d0..2e5b3874f 100755 --- a/modules/blockcms/blockcms.php +++ b/modules/blockcms/blockcms.php @@ -191,6 +191,21 @@ class BlockCms extends Module 'image' => _PS_ADMIN_IMG_.'information.png' ), 'input' => array( + array( + 'type' => 'checkbox', + 'name' => 'cms_footer', + 'values' => array( + 'query' => array( + array( + 'id' => 'on', + 'name' => $this->l('Display various links and information in the Footer'), + 'val' => '1' + ), + ), + 'id' => 'id', + 'name' => 'name' + ) + ), array( 'type' => 'cms_pages', 'label' => $this->l('Footer links:'), @@ -220,21 +235,6 @@ class BlockCms extends Module 'id' => 'id', 'name' => 'name' ) - ), - array( - 'type' => 'checkbox', - 'name' => 'cms_footer', - 'values' => array( - 'query' => array( - array( - 'id' => 'on', - 'name' => $this->l('Display the Footer\'s informations'), - 'val' => '1' - ), - ), - 'id' => 'id', - 'name' => 'name' - ) ) ), 'submit' => array(