HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/phuquocrentcar.com/wp-content/themes/traveler/template-tp-flights-search-modern.php
<?php
/**
 * Template Name: TravelPayout Search Modern
 */

get_header();

?>
<div id="st-content-wrapper" class="search-result-page <?php if(check_using_elementor()){echo'st-style-elementor ';} ?>">
        <?php echo st()->load_template('layouts/template-banner-page'); ?>
        <?php st_breadcrumbs_new() ?>
            <?php
            $whitelabel_name = st()->get_option('tp_whitelabel', 'whitelabel.travelerwp.com');
            if(isset($_SERVER['HTTPS'])){
                if ($_SERVER['HTTPS'] != "on") {
                    $protocol = strtolower(substr($_SERVER["SERVER_PROTOCOL"],0,strpos( $_SERVER["SERVER_PROTOCOL"],'/'))).'://';
                }else{
                    $protocol = '//';
                }
            }else{
                $protocol = strtolower(substr($_SERVER["SERVER_PROTOCOL"],0,strpos( $_SERVER["SERVER_PROTOCOL"],'/'))).'://';
            }
            ?>
            <script data-optimize="0" data-no-optimize="1" charset="utf-8" type="text/javascript" src="<?php echo ($protocol.$whitelabel_name); ?>/iframe.js"></script>
    </div>
<?php
get_footer();
?>