diff --git a/core/layout/main.php b/core/layout/main.php index 9ecd3899..74ed943e 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -118,6 +118,8 @@ getUrl(0) === 'theme' OR $this->getUrl(0) === 'config' OR + $this->getUrl(0) === 'install' OR + $this->getUrl(0) === 'maintenance' OR $this->getUrl(0) === 'user' ) { ?>
showContent(); ?>
-
-
getData(['theme','block','contentLeft']);?>
-
showContent(); ?>
-
getData(['theme','block','contentRight']);?>
+
+
getData(['theme','block','contentLeft']);?>
+
showContent(); ?>
+
getData(['theme','block','contentRight']);?>