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'])) {