'primary',
'menu_id' => 'primary-menu',
'menu_class' => 'nav navbar-nav navbar-right animated',
)
);
?>
>
';
/**
* Slide
* acmephoto_action_feature_slider
* @since AcmePhoto 1.1.0
*
* @hooked acmephoto_feature_slider - 0
*/
do_action('acmephoto_action_feature_slider');
echo "
";
$acmephoto_content_id = "home-content";
} else {
$acmephoto_content_id = "content";
}
$inner_nav = '';
if( 'top-normal' != $acmephoto_menu_position_options ){
if( !is_front_page() ||
( is_front_page() && 1 != $acmephoto_enable_feature ) ||
( is_front_page() && 1 == $acmephoto_enable_feature && 'top-fixed' == $acmephoto_menu_position_options )){
$inner_nav .= ' navbar-small';
}
else{
$inner_nav .= ' at-navbar-controller';
}
?>