-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.php
More file actions
24 lines (17 loc) · 716 Bytes
/
404.php
File metadata and controls
24 lines (17 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php get_header(); ?>
<div class="main-column">
<?php get_template_part( 'promo' ); ?>
<section class="focus four-oh-four">
<article class="page">
<header>
<h1 class="article-title"><strong>404:</strong> Page Not Found</h1>
</header>
<hr />
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("four-oh-four") ) : endif ?>
</article><!--/.page-->
</section><!--/.focus.four-oh-four-->
</div><!--/.main-column-->
<section class="shoulder">
<?php get_sidebar(); ?>
</section><!--/.shoulder-->
<?php get_footer(); ?>