]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/classic/sidebar.php
Wordpress 2.0.11
[autoinstalls/wordpress.git] / wp-content / themes / classic / sidebar.php
index 46dee78461e77c68e01ff9521f41f4ae38a2833e..6788dee90c35771bba48e2441d12d7b2145f10fe 100644 (file)
@@ -12,7 +12,7 @@
  </li>
  <li id="search">
    <label for="s"><?php _e('Search:'); ?></label>      
-   <form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
+   <form id="searchform" method="get" action="<?php bloginfo('home'); ?>">
        <div>
                <input type="text" name="s" id="s" size="15" /><br />
                <input type="submit" value="<?php _e('Search'); ?>" />