From 25b6007300946746daf69986336f50fc3484d373 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Thu, 21 May 2020 09:28:09 +0200 Subject: [PATCH] 10.1 id de la page lien du menu --- core/core.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/core.php b/core/core.php index 644043c4..adc6fd61 100755 --- a/core/core.php +++ b/core/core.php @@ -2159,9 +2159,9 @@ class layout extends common { if ( $this->getData(['page',$parentPageId,'disable']) === true AND $this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD') ) - {$items .= ''; + {$items .= ''; } else { - $items .= ''; + $items .= ''; } switch ($this->getData(['page', $parentPageId, 'typeMenu'])) { @@ -2213,9 +2213,9 @@ class layout extends common { $items .= '
  • '; if ( $this->getData(['page',$childKey,'disable']) === true AND $this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD') ) { - $items .= ''; + $items .= ''; } else { - $items .= ''; + $items .= ''; } switch ($this->getData(['page', $childKey, 'typeMenu'])) {