diff --git a/core/layout/main.php b/core/layout/main.php index 7518a518..ac72294a 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -115,14 +115,19 @@ - - getData(['page',$this->getUrl(0)]) === NULL OR - $this->getData(['module',$this->getUrl(0)]) === NULL OR - $this->getUrl(0) === 'page' OR - $this->getUrl(1) === 'config' - ) { ?> + getUrl(0) === 'user' OR + $this->getUrl(0) === 'theme' OR + $this->getUrl(0) === 'config' OR + $this->getUrl(0) === 'page' OR + $this->getUrl(1) === 'config' OR + $this->getUrl(1) === 'edit' + ) { ?>
showContent(); ?>
getData(['theme','site','blocks'])); $blockleft=$blockright=""; switch (sizeof($blocks)) {