From 3c8e43829445750424c21d7f0c9c4115d5584f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sun, 28 Aug 2022 08:53:02 +0200 Subject: [PATCH] =?UTF-8?q?dev004=20supprimer=20la=20classe=20notranslate?= =?UTF-8?q?=20sp=C3=A9cifique=20=C3=A0=20GT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/main.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/core/layout/main.php b/core/layout/main.php index 181bb7d0..ccbf15ca 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -49,8 +49,8 @@ ?>
- getData(['theme','menu','burgerContent']) === 'title' ? '
' . $this->getData(['locale', 'title']) . '
' : '' ;?> - getData(['theme','menu','burgerContent']) === 'logo' ? '' : '' ;?> + getData(['theme','menu','burgerContent']) === 'title' ? '
' . $this->getData(['locale', 'title']) . '
' : '' ;?> + getData(['theme','menu','burgerContent']) === 'logo' ? '' : '' ;?> '2em']); ?>
getUrl(0) === 'theme' AND $this->getUrl(1) === 'header') ): ?> - getData(['locale', 'title']); ?> + getData(['locale', 'title']); ?>   @@ -96,8 +96,8 @@