minor updates to function and class names
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
</div><!-- #push -->
|
||||
|
||||
<div id="menu"><?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
|
||||
<?php wp_nav_menu( array( 'container_class' => 'menu-footer', 'theme_location' => 'primary' ) ); ?>
|
||||
<?php wp_nav_menu( array( 'container_class' => 'melville_footer_menu', 'theme_location' => 'footer-menu' ) ); ?>
|
||||
</div> <!-- #menu -->
|
||||
|
||||
<div id="footer">
|
||||
|
Reference in New Issue
Block a user