web/wp-content/themes/aparatus/404.php
author convert-repo
Mon, 22 Mar 2010 10:49:29 +0000
changeset 3 ba1be1ffaa11
parent 1 0d28b7c10758
permissions -rw-r--r--
update tags

<?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();?>