Make WordPress Core


Ignore:
Timestamp:
12/30/2004 11:25:15 AM (21 years ago)
Author:
saxmatt
Message:

Some Kubrick cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/kubrick/search.php

    r2012 r2013  
    1 <?php include "header.php"; ?>
     1<?php get_header(); ?>
    22
    33    <div id="content" class="narrowcolumn">
     
    4040
    4141        <h2 class="center">Not Found</h2>
    42         <?php include "searchform.php"; ?>
     42        <?php include (TEMPLATEPATH . "/searchform.php"; ?>
    4343
    4444    <?php endif; ?>
     
    4646    </div>
    4747
    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.