mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-26 07:44:53 +08:00
1.4.1
This commit is contained in:
parent
503f8822f3
commit
3adf01523b
11 changed files with 995 additions and 299 deletions
12
footer.php
12
footer.php
|
@ -43,12 +43,12 @@
|
|||
</div><!--/.container-->
|
||||
<?php } ?>
|
||||
|
||||
<?php if ( has_nav_menu( 'footer' ) ): ?>
|
||||
<nav class="nav-container group" id="nav-footer">
|
||||
<div class="nav-toggle"><i class="fas fa-bars"></i></div>
|
||||
<div class="nav-text"><!-- put your mobile menu text here --></div>
|
||||
<div class="nav-wrap"><?php wp_nav_menu( array('theme_location'=>'footer','menu_class'=>'nav container group','container'=>'','menu_id'=>'','fallback_cb'=>false) ); ?></div>
|
||||
</nav><!--/#nav-footer-->
|
||||
<?php if ( has_nav_menu('footer') ): ?>
|
||||
<div id="wrap-nav-footer" class="wrap-nav">
|
||||
<div class="container">
|
||||
<?php \AlxMedia\Nav::nav_menu(array('theme_location'=>'footer','menu_id' => 'nav-footer','fallback_cb'=> false)); ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div id="footer-bottom">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue