web/wp-content/themes/selecta/404.php
author ymh
Fri, 12 Mar 2010 15:12:39 +0000
changeset 2 4f3e6ea1c867
parent 1 0d28b7c10758
permissions -rw-r--r--
small corrections

<?php get_header(); ?>
 <div class="post">
    <h2 class="title">Sorry!</h2>
    <div class="container-header-light-normal"><span></span></div>
    <div class="copy clearfix">Error 404 - Not Found</div>
    <div class="container-footer-light-normal"><span></span></div>
</div>
<!-- SIDE BAR HERE -->
<?php get_sidebar(); ?>

<!-- FOOTER HERE -->
<?php get_footer(); ?>