| Current Path : /home/copmadinaarea/thecopmadinaarea.org/wp-content/themes/deeds/templates/header/ |
| Current File : /home/copmadinaarea/thecopmadinaarea.org/wp-content/themes/deeds/templates/header/menu.php |
<?php
if ( has_nav_menu( 'main_menu' ) ) {
wp_nav_menu( array(
'theme_location' => 'main_menu',
'items_wrap' => '<ul id="%1$s" class="menu-list %2$s">%3$s</ul>',
) );
} else {
wp_nav_menu();
}