This commit is contained in:
Alexander Agnarson 2021-03-03 14:56:23 +01:00
parent 2e0d2c4a34
commit 75c4c99465
25 changed files with 6799 additions and 1638 deletions

View file

@ -48,7 +48,7 @@
<?php if ( has_nav_menu('footer') ): ?>
<div id="wrap-nav-footer" class="wrap-nav">
<?php \AlxMedia\Nav::nav_menu(array('theme_location'=>'footer','menu_id' => 'nav-footer','fallback_cb'=> false)); ?>
<?php \Curver\Nav::nav_menu(array('theme_location'=>'footer','menu_id' => 'nav-footer','fallback_cb'=> false)); ?>
</div>
<?php endif; ?>