From b2248633ce14bc4aaf4a85b31f56035c1d92df6b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 11 Dec 2016 23:08:40 -0700 Subject: [PATCH] Update template.php --- themes/default/template.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/default/template.php b/themes/default/template.php index 1609305290..71a6b5ec4c 100644 --- a/themes/default/template.php +++ b/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; } ?>