From 795e5a8d1528adb04745a6001f356605a8b38a74 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 30 Jan 2019 19:42:08 +0100 Subject: [PATCH] Chemin de fer --- core/core.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index 1f7c40ca..cf145f4a 100644 --- a/core/core.php +++ b/core/core.php @@ -1990,9 +1990,10 @@ class layout extends common { OR $this->getData(['page', $this->getUrl(0), 'hideTitle']) === false ) ) { - // echo '

' . $this->core->output['title'] . '

'; // Chemin de fer pour le titre avec des enfants - echo '

'; + // echo '

' . $this->core->output['title'] . '

'; + // remplacé par : + echo '

'; if ($this->getData(['page', $this->getUrl(0), 'parentPageId']) !== '' ) { echo ''; echo ucfirst($this->getData(['page', $this->getUrl(0), 'parentPageId'])) . ' > ';