equal
deleted
inserted
replaced
|
1 <?php get_header(); ?> |
|
2 <div class="column span-17 colborder first" id="maincontent"> |
|
3 <div class="content"> |
|
4 <h2>Error 404 - Not Found</h2> |
|
5 |
|
6 <p>Yikes. Something went wrong! Either the page you are looking for doesn't exist or you might have mistyped.</p> |
|
7 <p>You can use the search box at the top right to find what you are looking for.</p> |
|
8 </div> |
|
9 </div> |
|
10 <div class="column span-5 last"> |
|
11 <?php include (TEMPLATEPATH . '/sidebar_single.php'); ?> |
|
12 </div> |
|
13 <hr></hr> |
|
14 <?php get_sidebar(); ?> |
|
15 <?php get_footer(); ?> |