Update template.php
This commit is contained in:
parent
d16c84f291
commit
b2248633ce
|
|
@ -393,6 +393,7 @@
|
||||||
$menu_type = 'default';
|
$menu_type = 'default';
|
||||||
$menu_width = 'calc(100% - 20px)';
|
$menu_width = 'calc(100% - 20px)';
|
||||||
$menu_brand = false;
|
$menu_brand = false;
|
||||||
|
$menu_corners = null;
|
||||||
break;
|
break;
|
||||||
case 'static':
|
case 'static':
|
||||||
$menu_type = 'static-top';
|
$menu_type = 'static-top';
|
||||||
|
|
@ -406,6 +407,7 @@
|
||||||
$menu_type = 'fixed-'.$menu_position;
|
$menu_type = 'fixed-'.$menu_position;
|
||||||
$menu_width = 'calc(90% - 20px)';
|
$menu_width = 'calc(90% - 20px)';
|
||||||
$menu_brand = true;
|
$menu_brand = true;
|
||||||
|
$menu_corners = null;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue