浏览代码

Update template.php

FusionPBX 8 年之前
父节点
当前提交
5d9bb36315
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      themes/default/template.php

+ 2 - 0
themes/default/template.php

@@ -393,6 +393,7 @@
 						$menu_type = 'default';
 						$menu_width = 'calc(100% - 20px)';
 						$menu_brand = false;
+						$menu_corners = null;
 						break;
 					case 'static':
 						$menu_type = 'static-top';
@@ -406,6 +407,7 @@
 						$menu_type = 'fixed-'.$menu_position;
 						$menu_width = 'calc(90% - 20px)';
 						$menu_brand = true;
+						$menu_corners = null;
 				}
 			?>