From 5ed1813510f8d2400a0d068828b42faa66737290 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 21 Mar 2019 19:55:36 +0100 Subject: [PATCH] =?UTF-8?q?[9.0.08]=20Chevron=20supprim=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index c92dea5b..ac2076ac 100644 --- a/core/core.php +++ b/core/core.php @@ -2367,7 +2367,7 @@ class layout extends common { $childKey . '"' . ($childKey === $currentPageId ? ' selected' : false) . ($this->getData(['page', $childKey, 'disable']) === true ? ' class="inactive"' : '') . - '>  ⟩  ' . + '>    ' . $this->getData(['page', $childKey, 'title']) . ''; }