removing unecessary lines
This commit is contained in:
parent
13bf8920ef
commit
571e39bd65
15
footer.php
15
footer.php
|
|
@ -48,20 +48,7 @@
|
|||
<div class="site-footer__navigation-menu">
|
||||
|
||||
<div class="menu-renovateur--footer menu-renovateur">
|
||||
|
||||
|
||||
<?php
|
||||
get_template_part('template-components/footer/menu-renovateur-footer');
|
||||
// wp_nav_menu(
|
||||
// array(
|
||||
// 'container' => 'false',
|
||||
// 'theme_location' => 'renovateur',
|
||||
// 'li_class' => 'menu-navlink',
|
||||
// 'fallback_cb' => false,
|
||||
// 'menu_class' => 'menu-renovateur__navlist',
|
||||
// )
|
||||
// );
|
||||
?>
|
||||
<?php get_template_part('template-components/footer/menu-renovateur-footer'); ?>
|
||||
</div>
|
||||
<?php
|
||||
wp_nav_menu(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user