This commit is contained in:
Alexander Agnarson 2021-03-05 17:09:53 +01:00
parent b3f8c93498
commit 0cd8c43f84
6 changed files with 39 additions and 21 deletions

View file

@ -41,7 +41,7 @@
<?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)); ?>
<?php \Magaziner\Nav::nav_menu(array('theme_location'=>'footer','menu_id' => 'nav-footer','fallback_cb'=> false)); ?>
</div>
</div>
<?php endif; ?>