mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-26 03:00:01 +08:00
29 lines
No EOL
722 B
PHP
29 lines
No EOL
722 B
PHP
<?php get_header(); ?>
|
|
|
|
<div id="splits-left">
|
|
<?php get_template_part('inc/featured'); ?>
|
|
</div><!--/#splits-left-->
|
|
|
|
<div id="splits-right">
|
|
|
|
<div id="splits-right-top" class="pad">
|
|
<?php get_template_part('inc/page-title'); ?>
|
|
</div>
|
|
|
|
<div class="content pad">
|
|
|
|
<div class="notebox">
|
|
<?php get_search_form(); ?>
|
|
</div><!--/.notebox-->
|
|
|
|
<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.', 'splits' ); ?></p>
|
|
</div><!--/.entry-->
|
|
|
|
</div><!--/.content-->
|
|
|
|
</div><!--/#splits-right-->
|
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
<?php get_footer(); ?>
|