HEX
Server: Apache/2.4.6 (CentOS) PHP/5.6.39
System: Linux izj6c6ukj0hyugxsgmuxz3z 3.10.0-514.6.2.el7.x86_64 #1 SMP Thu Feb 23 03:04:39 UTC 2017 x86_64
User: root (0)
PHP: 5.6.39
Disabled: NONE
Upload Files
File: /web/data/blog.tbbbearing.com/wp-content/themes/book-rev-lite/404.php
<?php get_header(); ?>



<section id="main-content" class="clearfix">



    <?php 

        // Customizer Display Bookrev Slider

    	if(get_theme_mod("mp_display_slider",true) != "") get_template_part('templates/bookrev_slider_template');

    ?>



    <section id="main-content-inner" class="container">



	<?php 

		// Display the sidebar on the left side if set.

		if(get_theme_mod("mp_layout_type") == "sidebarleft") get_sidebar();

	?>



    <div class="article-container not-found-page">

        <h1><?php _e("404 Error!", "book-rev-lite"); ?></h1>

        <h3><?php _e("The page you are looking for could not be found!", "book-rev-lite"); ?></h3>

    </div><!-- end .article-container -->



	<?php

		// Display the sidebar on the right side if set.

		if(get_theme_mod("mp_layout_type","sidebarright") == "sidebarright") get_sidebar();

	?>



    </section><!-- end .main-content-inner -->

</section><!-- end #main-content -->



<?php get_footer(); ?>