mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-16 02:24:34 -04:00
Fix: For the left menu, we create a normal, not collapsed NavBarHTML (functions.php)
Closed #4351
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user