Changeset 2013 for trunk/wp-content/themes/kubrick/index.php
- Timestamp:
- 12/30/2004 11:25:15 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/kubrick/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/kubrick/index.php
r2012 r2013 1 <?php include "header.php"; ?>1 <?php get_header(); ?> 2 2 3 3 <div id="content" class="narrowcolumn"> … … 33 33 <h2 class="center">Not Found</h2> 34 34 <p class="center"><?php _e("Sorry, but you are looking for something that isn't here."); ?></p> 35 <?php include "searchform.php"; ?>35 <?php include (TEMPLATEPATH . "/searchform.php"; ?> 36 36 37 37 <?php endif; ?> … … 39 39 </div> 40 40 41 <?php include "sidebar.php"; ?> 42 <?php include "footer.php"; ?> 41 <?php get_sidebar(); ?> 42 43 <?php get_footer(); ?>
Note: See TracChangeset
for help on using the changeset viewer.