web/wp-content/themes/aparatus/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="main-container">
<div class="title-area">
Sorry - the page you're looking for doesn't exist
</div><!--title-area-->
<div class="post-title-big">
<a href="<?php bloginfo('url');?>">Try Going Back Home</a>
</div><!--post-title-big-->
<div class="post-meta-data">
..Or Use the Search Form to the Right..
</div><!--post-meta-data-->
</div><!--main-container-->
<?php get_sidebar();?>
<?php get_footer();?>