%PDF- %PDF-
Direktori : /home/graphicd/public_html/demo/riverwalkpoa/wp-content/themes/sandwich/ |
Current File : /home/graphicd/public_html/demo/riverwalkpoa/wp-content/themes/sandwich/404.php |
<?php /** * The template for displaying 404 pages (not found) */ get_header(); ?> <?php $sandwich_width = get_theme_mod('sandwich_site_width_control','full_width'); if ($sandwich_width == 'full_width'){ $container_fluid = 'container-fluid'; }else{ $container_fluid = 'container'; } ?> <div class="<?php echo esc_html($container_fluid); ?>"> <div class="row"> <div class="col-md-12 col-sm-12"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <section class="error-404 not-found"> <div class="not_found"> <h2>Oops! 404 ERROR</h2> <H4>Check Spelling and Search Again.</H4> </div> </section><!-- .error-404 --> </main><!-- #main --> </div><!-- #primary --> </div> </div> </div> <?php get_footer();