C:\stinger20130825\searchform.php | C:\stinger20130827b\stinger20130827b\searchform.php | ||
---|---|---|---|
5 | |
5 | |
6 | <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"><label class="hidden" for="s"><?php _e('', 'kubrick'); ?></label> |
6 | <form method="get" id="searchform" action="<?php echo home_url(); ?>/"><label class="hidden" for="s"><?php _e('', 'kubrick'); ?></label> |
7 | <input type="text" value="<?php the_search_query(); ?>" name="s" id="s" /> |
7 | <input type="text" value="<?php the_search_query(); ?>" name="s" id="s" /> |