author | ymh |
Fri, 12 Mar 2010 13:29:04 +0000 | |
changeset 1 | 0d28b7c10758 |
permissions | -rw-r--r-- |
<?php get_header(); ?> <?php get_sidebar(); ?> <div id="main"> <div id="left"> <div class="post"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("404") ) : ?> <h1>Error 404 - Not Found</h1> <p>Sorry, the page you are looking for is not here.</p> <?php endif; ?> </div> </div> <div class="clearer"> </div> </div> <?php get_footer(); ?>