';
$empty_menu = false;
}
if ( ( ! $is_preset || 1 == $header_type || 3 == $header_type || 4 == $header_type || 9 == $header_type || 13 == $header_type || 14 == $header_type ) && ! empty( $porto_settings['menu-block'] ) ) {
echo '';
}
$menu = porto_mobile_top_navigation( true );
if ( $menu ) {
echo '';
$empty_menu = false;
}
if ( '7' == $header_type || '8' == $header_type || ! empty( $porto_settings['mobile-panel-add-switcher'] ) ) {
// show currency and view switcher
$switcher = '';
$switcher .= porto_mobile_currency_switcher( true );
$switcher .= porto_mobile_view_switcher( true );
if ( $switcher ) {
echo '';
$empty_menu = false;
}
}
if ( $empty_menu ) {
echo '';
}
} else {
echo '';
}
?>