web/wp-content/themes/selecta/404.php
changeset 1 0d28b7c10758
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/selecta/404.php	Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,12 @@
+<?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(); ?>
\ No newline at end of file