| Current Path : /home/xiedrke/entrepot/wp-content/themes/realpro/templates/header/ |
| Current File : /home/xiedrke/entrepot/wp-content/themes/realpro/templates/header/main-menu.php |
<?php
/**
* Header Main Menu Template
*
*/
$position = has_nav_menu( 'primary' ) ? 'primary' : '';
wp_nav_menu(
array(
'theme_location' => $position,
'container' => false,
'menu_class' => 'navbar-main-menu',
'menu_id' => 'primary-menu',
)
);
?>