1
|
1 |
<?php get_header(); ?> |
|
2 |
|
|
3 |
<?php get_sidebar(); ?> |
|
4 |
|
|
5 |
<div id="main"> |
|
6 |
|
|
7 |
<div id="left"> |
|
8 |
|
|
9 |
|
|
10 |
|
|
11 |
<div class="post"> |
|
12 |
|
|
13 |
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("404") ) : ?> |
|
14 |
|
|
15 |
|
|
16 |
|
|
17 |
<h1>Error 404 - Not Found</h1> |
|
18 |
|
|
19 |
|
|
20 |
|