diff --git a/core/core.php b/core/core.php index 9b79e738..89911856 100644 --- a/core/core.php +++ b/core/core.php @@ -31,7 +31,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '10.0.65.dev'; + const ZWII_VERSION = '10.0.66.dev'; public static $actions = []; public static $coreModuleIds = [ diff --git a/core/module/page/view/edit/edit.php b/core/module/page/view/edit/edit.php index ab5def1d..651eb50f 100755 --- a/core/module/page/view/edit/edit.php +++ b/core/module/page/view/edit/edit.php @@ -81,8 +81,7 @@ echo template::formOpen('pageEditForm'); ?>
$this->getData(['page', $this->getUrl(2), 'homePageId']), - 'help' => 'Activer l\'option sur une page, pour choisir une autre page d\'accueil.', + 'checked' => $this->getData(['page', $this->getUrl(2), 'homePageId']) ]); ?>