Skip to content

Commit c00bf33

Browse files
Merge branch 'master' into ai_server
2 parents 7b36f26 + a78c1e9 commit c00bf33

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

web/skins/classic/includes/functions.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,6 @@ function buildSidebarMenu() {
592592
</a>
593593
</li>
594594
';
595-
} else if (defined('ZM_SIDEBAR_FOOTER') and ZM_SIDEBAR_FOOTER) {
596-
$menu .= ZM_SIDEBAR_FOOTER;
597595
}
598596
$menu .= '
599597
</ul>

web/skins/classic/views/options.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
<?php echo getPageHeaderHTML() ?>
3838
<div class="container-fluid" id="content">
3939
<div class="row flex-nowrap h-100">
40+
<?php
41+
if (!(defined('ZM_WEB_LEFT_MENU_OPTIONS_SUBMENU') and ZM_WEB_LEFT_MENU_OPTIONS_SUBMENU)) {
42+
?>
4043
<nav id="sidebar">
4144
<ul class="nav nav-pills flex-column">
4245
<?php
@@ -46,6 +49,7 @@
4649
?>
4750
</ul>
4851
</nav>
52+
<?php } ?>
4953
<div id="optionsContainer">
5054
<?php
5155
if ($tab == 'display') {

0 commit comments

Comments
 (0)