diff --git a/bl-themes/docsx/php/sidebar.php b/bl-themes/docsx/php/sidebar.php index 4b0eda7a..8a54bb52 100644 --- a/bl-themes/docsx/php/sidebar.php +++ b/bl-themes/docsx/php/sidebar.php @@ -6,7 +6,7 @@ foreach ($pagesKeys as $pageKey) { // Build the page $page = buildPage($pageKey); - // If the page is not a child this means the page is main page or parent page + // If the page is not a child this means the page is parent-page if (!$page->isChild()) { echo '
'.$page->title().'
'; @@ -14,13 +14,13 @@ $childrenKeys = $page->children(); // Check if the page has children if ($childrenKeys!==false) { - echo '