';
/**
* 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( !is_front_page() || ( is_front_page() && 1 != $acmephoto_enable_feature )){
$inner_nav .= ' navbar-small';
}
?>