root/headlines-new-theme/404.php

Revision 31, 319 bytes (checked in by drakewils..@gmail.com, 5 months ago)

headlines theme. for realz this time

Line 
1 <?php get_header(); ?>
2
3 <div id="lower-wrap">
4    
5     <div id="main-col">
6
7         <h2>Error 404 - Not Found</h2>
8    
9         <p>Try searching for it</p>
10        
11         <?php include (TEMPLATEPATH . '/searchform.php'); ?>
12    
13     </div>
14
15     <?php include (TEMPLATEPATH . '/socialsidebar.php'); ?>
16
17     <?php get_sidebar(); ?>
18    
19 </div>
20
21 <?php get_footer(); ?>
Note: See TracBrowser for help on using the browser.