PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/hotebooking.site/wp-content/themes/travelerc/ |
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 |
Dir : /home/trave494/hotebooking.site/wp-content/themes/travelerc/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)) { 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; } if($style_404 == 1){ 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"); ?>