mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 04:06:16 +08:00
wrap-nav id and wrap-nav class for all menus
This commit is contained in:
parent
85f387be2b
commit
ee0197a706
4 changed files with 11 additions and 7 deletions
|
@ -47,7 +47,9 @@
|
|||
<?php } ?>
|
||||
|
||||
<?php if ( has_nav_menu('footer') ): ?>
|
||||
<?php \AlxMedia\Nav::nav_menu(array('theme_location'=>'footer','menu_id' => 'nav-footer','fallback_cb'=> false)); ?>
|
||||
<div id="wrap-nav-footer" class="wrap-nav">
|
||||
<?php \AlxMedia\Nav::nav_menu(array('theme_location'=>'footer','menu_id' => 'nav-footer','fallback_cb'=> false)); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div id="footer-bottom">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue