Fix: For the left menu, we create a normal, not collapsed NavBarHTML (functions.php)

Closed #4351
This commit is contained in:
IgorA100
2025-07-11 12:42:29 +03:00
committed by GitHub
parent 42a8e38c87
commit e173130ca8

View File

@@ -380,7 +380,7 @@ function getNavBarHTML() {
ob_start();
if ( $navbar_type == 'normal' ) {
if ( $navbar_type == 'normal' || $navbar_type == 'left') {
echo getNormalNavBarHTML($running, $user, $bandwidth_options, $view, $skin);
} else {
echo getCollapsedNavBarHTML($running, $user, $bandwidth_options, $view, $skin);