diff --git a/core/layout/main.php b/core/layout/main.php index 4507da51..7518a518 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -115,10 +115,12 @@ - - getData(['page',$this->getUrl(0)])) OR - is_null($this->getData(['module',$this->getUrl(0)])) OR - $this->getUrl(1) !== '' ) { ?> + + getData(['page',$this->getUrl(0)]) === NULL OR + $this->getData(['module',$this->getUrl(0)]) === NULL OR + $this->getUrl(0) === 'page' OR + $this->getUrl(1) === 'config' + ) { ?>
showContent(); ?>
getData(['theme','site','blocks']));