2 parents 7b36f26 + a78c1e9 commit c00bf33Copy full SHA for c00bf33
2 files changed
web/skins/classic/includes/functions.php
@@ -592,8 +592,6 @@ function buildSidebarMenu() {
592
</a>
593
</li>
594
';
595
- } else if (defined('ZM_SIDEBAR_FOOTER') and ZM_SIDEBAR_FOOTER) {
596
- $menu .= ZM_SIDEBAR_FOOTER;
597
}
598
$menu .= '
599
</ul>
web/skins/classic/views/options.php
@@ -37,6 +37,9 @@
37
<?php echo getPageHeaderHTML() ?>
38
<div class="container-fluid" id="content">
39
<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
+?>
43
<nav id="sidebar">
44
<ul class="nav nav-pills flex-column">
45
<?php
@@ -46,6 +49,7 @@
46
49
?>
47
50
48
51
</nav>
52
+<?php } ?>
53
<div id="optionsContainer">
54
55
if ($tab == 'display') {
0 commit comments