Changeset 2013 for trunk/wp-content/themes/kubrick/archives.php
- Timestamp:
- 12/30/2004 11:25:15 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/kubrick/archives.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/kubrick/archives.php
r2012 r2013 1 <?php /* 2 Template Name: Archives 3 */ 4 ?> 5 <?php include "header.php"; ?> 1 <?php get_header(); ?> 6 2 7 3 <div id="content" class="widecolumn"> 8 4 9 <?php include "searchform.php"; ?>5 <?php include (TEMPLATEPATH . '/searchform.php'; ?> 10 6 11 7 <h2>Archives by Month:</h2> … … 21 17 </div> 22 18 23 <?php include "footer.php"; ?>19 <?php get_footer(); ?>
Note: See TracChangeset
for help on using the changeset viewer.