Changeset 2013 for trunk/wp-content/themes/kubrick/archive.php
- Timestamp:
- 12/30/2004 11:25:15 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/kubrick/archive.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/kubrick/archive.php
r2012 r2013 1 <?php include "header.php"; ?>1 <?php get_header(); ?> 2 2 3 3 <div id="content" class="narrowcolumn"> … … 61 61 62 62 <h2 class="center">Not Found</h2> 63 <?php include "searchform.php"; ?>63 <?php include (TEMPLATEPATH . "/searchform.php"; ?> 64 64 65 65 <?php endif; ?> … … 67 67 </div> 68 68 69 <?php include "sidebar.php"; ?> 70 <?php include "footer.php"; ?> 69 <?php get_sidebar(); ?> 70 71 <?php get_footer(); ?>
Note: See TracChangeset
for help on using the changeset viewer.