mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-26 11:09:49 +08:00
29 lines
716 B
PHP
29 lines
716 B
PHP
|
<?php get_header(); ?>
|
||
|
|
||
|
<div id="split-left">
|
||
|
<?php get_template_part('inc/featured'); ?>
|
||
|
</div><!--/#split-left-->
|
||
|
|
||
|
<div id="split-right">
|
||
|
|
||
|
<div id="split-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.', 'split' ); ?></p>
|
||
|
</div><!--/.entry-->
|
||
|
|
||
|
</div><!--/.content-->
|
||
|
|
||
|
</div><!--/#split-right-->
|
||
|
|
||
|
<?php get_sidebar(); ?>
|
||
|
|
||
|
<?php get_footer(); ?>
|