diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index a2eedfd5f..7635bb4b7 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -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);