Esempio n. 1
0
;
			window.currentYear = <?php 
    echo date('Y');
    ?>
;
			window.currentDay = <?php 
    echo date('j');
    ?>
;
			window.cruiseIsReservationOnly = <?php 
    echo $cruise_is_reservation_only;
    ?>
;
		</script>
		<?php 
    $cruise_obj->render_image_gallery();
    ?>
		<!--inner navigation-->
		<nav class="inner-nav">
			<ul>
				<?php 
    do_action('byt_show_single_cruise_tab_items_before');
    $first_display_tab = '';
    $i = 0;
    if (is_array($tab_array) && count($tab_array) > 0) {
        foreach ($tab_array as $tab) {
            if (!isset($tab['hide']) || $tab['hide'] != '1') {
                $tab_label = '';
                if (isset($tab['label'])) {
                    $tab_label = $tab['label'];
                    $tab_label = $byt_theme_of_custom->get_translated_dynamic_string($byt_theme_of_custom->get_option_id_context('cruise_tabs') . ' ' . $tab['label'], $tab_label);