From 16324fae41a4c7e150bd8783ffbd47d89b868988 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 11 Jan 2019 22:24:46 +0100 Subject: [PATCH] Test multi colonne --- core/layout/main.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) 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)) {