diff --git a/core/core.php b/core/core.php index 17c33557..f00b1147 100644 --- a/core/core.php +++ b/core/core.php @@ -1998,7 +1998,7 @@ class layout extends common { if ( !empty($this->getData(['page', $this->getUrl(0), 'parentPageId'])) && $this->getData(['page', $this->getUrl(0), 'includeParent'])) { echo ''; - echo ucfirst($this->getData(['page', $this->getUrl(0), 'parentPageId'])) . ' > '; + echo ucfirst($this->getData(['page', $this->getUrl(0), 'parentPageId'])) . ' › '; } echo $this->core->output['title'] . ''; // Fin modif