]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/sidebar.php
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-content / themes / default / sidebar.php
index 36dea86f62bb0751793a18303ff8bffc9283a344..79c3122939d659bd0c5457ab0295567c32c20e75 100644 (file)
@@ -1,9 +1,15 @@
+<?php
+/**
+ * @package WordPress
+ * @subpackage Default_Theme
+ */
+?>
        <div id="sidebar">
                <ul>
                        <?php   /* Widgetized sidebar, if you have the plugin installed. */
                                        if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
                        <li>
-                               <?php include (TEMPLATEPATH . '/searchform.php'); ?>
+                               <?php get_search_form(); ?>
                        </li>
 
                        <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.