author | ymh <ymh.work@gmail.com> |
Mon, 22 Mar 2010 16:36:28 +0100 | |
changeset 5 | ac511f1ccc8e |
parent 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(); ?>