changeset 1 | 0d28b7c10758 |
0:0d9a58d2c515 | 1:0d28b7c10758 |
---|---|
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 |
|
21 <p>Sorry, the page you are looking for is not here.</p> |
|
22 |
|
23 |
|
24 |
|
25 <?php endif; ?> |
|
26 |
|
27 </div> |
|
28 |
|
29 |
|
30 |
|
31 </div> |
|
32 |
|
33 <div class="clearer"> </div> |
|
34 |
|
35 </div> |
|
36 |
|
37 |
|
38 |
|
39 <?php get_footer(); ?> |