diff --git a/core/layout/main.php b/core/layout/main.php index 3a86ee70..e3c94bc3 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -33,11 +33,9 @@ getData(['theme', 'header', 'position']) === 'body'): ?> - getData(['theme','header','linkHome'])){ echo "" ;} ?> -
- getData(['theme','header','linkHome'])){echo "
";} - ?> - + ?> getData(['theme', 'menu', 'position']) === 'body-second'): ?> diff --git a/core/module/theme/view/menu/menu.js.php b/core/module/theme/view/menu/menu.js.php index 026a7168..3c62e2ef 100755 --- a/core/module/theme/view/menu/menu.js.php +++ b/core/module/theme/view/menu/menu.js.php @@ -70,6 +70,8 @@ $("input, select").on("change", function() { break; case 'body-top': $("nav").show().insertAfter("#bar"); + $("#menu").removeClass('container'); + $("#menu").addClass('container-large'); break; case 'body-second': if(getData(['theme', 'header', 'position']) === 'body'); ?>) {