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