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'])) . ' > ';