From c946a073695d672aa1e3b6db5849fe5707441152 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 22 Jan 2019 13:46:35 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20aper=C3=A7u=20mnu=20vs=20he?= =?UTF-8?q?ader?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/main.php | 4 +-- core/module/theme/theme.php | 38 +++++++++++++++++++-- core/module/theme/view/header/header.js.php | 3 ++ core/module/theme/view/menu/menu.js.php | 11 +++--- 4 files changed, 46 insertions(+), 10 deletions(-) diff --git a/core/layout/main.php b/core/layout/main.php index 20864298..63859b1a 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -18,12 +18,12 @@ showStyle(); ?> showBar(); ?> showNotification(); ?> -getData(['theme', 'menu', 'position']) === 'body-first' || $this->getData(['theme', 'menu', 'position']) === 'body-top' ): ?> +getData(['theme', 'menu', 'position']) === 'body-first' || $this->getData(['theme', 'menu', 'position']) === 'top' ): ?>