PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/hotebooking.site/wp-content/themes/traveler/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/hotebooking.site/wp-content/themes/traveler/404.php

<?php
/**
 * @package WordPress
 * @subpackage Traveler
 * @since 1.0
 *
 * 404
 *
 * Created by ShineTheme
 *
 */
$hotel_parent = st()->get_option('hotel_alone_assign_hotel');
if (!empty($hotel_parent)) {
    if(check_using_elementor()){ 
        $style_404 = st()->get_option('404_style');
        if($style_404 == 2){
            echo st()->load_template('layouts/modern/page/404', 'solo');
            return;
        } else {
            echo st()->load_template('layouts/modern/page/404');
            return;
        }
    } else {
        echo st()->load_template('layouts/modern/single_hotel/page/404');
        return;
    }
   
}

if(New_Layout_Helper::isNewLayout()){
    $style_404 = st()->get_option('404_style');
    if($style_404 == 2){
        echo st()->load_template('layouts/modern/page/404', 'solo');
        return;
    } else {
        echo st()->load_template('layouts/modern/page/404');
        return;
    }
}

get_header("full");
?>
<div class="full-center class404">
    <div class="container">
        <div class="row">
            <div class="col-md-6 col-md-offset-3 class_text_404">
                <p class="text-hero"><?php st_the_language('404') ?></p>
                <?php echo ( st()->get_option('404_text') ) ?><br>
                <a class="btn btn-white btn-ghost btn-lg mt5" href="<?php echo home_url() ?>">
                    <i class="fa fa-long-arrow-left"></i> <?php esc_html_e('to Homepage', 'traveler') ?>
                </a>
            </div>
        </div>
    </div>
</div>
<?php get_footer("full"); ?>