/
home
/
gemcoadmin
/
public_html
/
wp-content__2a56d10
/
themes
/
CherryFramework
/
static
/
New Directory
Upload File
HOME
<?php /* Static Name: Footer navigation */ if (has_nav_menu('footer_menu')) { if ( of_get_option('footer_menu') == 'true') { ?> <nav class="nav footer-nav"> <?php wp_nav_menu( array( 'container' => 'ul', 'depth' => 0, 'theme_location' => 'footer_menu' )); ?> </nav> <?php } } ?>