%PDF- %PDF-
Direktori : /var/www/sms.eco-n-tech.co.uk/wp-content/themes/hittasmslanwebvatra/ |
Current File : /var/www/sms.eco-n-tech.co.uk/wp-content/themes/hittasmslanwebvatra/404.php |
<?php get_header(); ?> <section id="hero" class="hero-comparison<?php echo $no_height . $padding_b; ?>"> <?php $background_image = get_field( 'background_image', 'option' ); if ( $background_image ) { ?> <div class="bg-img"> <img src="<?php echo $background_image['url']; ?>" alt="<?php if($background_image['alt']){ echo $background_image['alt'];}else{ echo "Hittasmslan Background Image"; } ?>" /> </div> <?php } ?> <div class="container"> <div class="align-items-center row mt-5 mb-5"> <div class="left col-lg-6"> <?php if(get_field( 'title_404', 'option' )) { ?> <h1 class="title h2 text-shadow mt-0 text-center mt-5 mb-5"><?php echo preg_replace('/\|(.*)\|/', '<span class="strikethrough-border">$1</span>', get_field( 'title_404', 'option' )); ?></h1> <?php } if(get_field( 'description_404', 'option' )) { ?> <div class="text text-big text-shadow-small mt-5 mb-5"> <?php echo get_field( 'description_404', 'option' ); ?> </div> <?php } ?> </div> <div class="right col-lg-6"> <?php if(get_field('home_page_button_title', 'option')){ $btn_title = get_field('home_page_button_title', 'option'); }else{ $btn_title = __('Home Page', 'hittasmslan'); } ?> <div class="btn-pill-subcontainer"> <a class="btn-pill" href="<?php echo get_home_url(); ?>"><span><?php echo $btn_title; ?></span></a> </div> </div> </div> </div> </section> <?php get_footer(); ?>