Changeset 2013 for trunk/wp-content/themes/kubrick/search.php
- Timestamp:
- 12/30/2004 11:25:15 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/kubrick/search.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/kubrick/search.php
r2012 r2013 1 <?php include "header.php"; ?>1 <?php get_header(); ?> 2 2 3 3 <div id="content" class="narrowcolumn"> … … 40 40 41 41 <h2 class="center">Not Found</h2> 42 <?php include "searchform.php"; ?>42 <?php include (TEMPLATEPATH . "/searchform.php"; ?> 43 43 44 44 <?php endif; ?> … … 46 46 </div> 47 47 48 <?php include "sidebar.php"; ?> 49 <?php include "footer.php"; ?> 48 <?php get_sidebar(); ?> 49 50 <?php get_footer(); ?>
Note: See TracChangeset
for help on using the changeset viewer.