boxstyle/404.php
Alexander Agnarson 0ae5a1d10d Initial commit
2019-01-26 13:01:14 +01:00

23 lines
No EOL
506 B
PHP

<?php get_header(); ?>
<div class="content">
<?php get_template_part('inc/page-title'); ?>
<div class="pad group">
<div class="notebox">
<?php get_search_form(); ?>
</div>
<div class="entry">
<p><?php esc_html_e( 'The page you are trying to reach does not exist, or has been moved. Please use the menus or the search box to find what you are looking for.', 'boxstyle' ); ?></p>
</div>
</div><!--/.pad-->
</div><!--/.content-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>