correct menu_id mobile

This commit is contained in:
2021-12-06 22:08:35 +03:00
parent 59556384f3
commit 91fbe64613

View File

@@ -44,7 +44,7 @@
<?php wp_nav_menu( array( <?php wp_nav_menu( array(
'container_class' => 'main_main', 'container_class' => 'main_main',
'theme_location' => 'top', 'theme_location' => 'top',
'menu' => 'gamburer_menu' 'menu_id' => 'gamburer_menu'
) ); ?> ) ); ?>
</nav> </nav>