(root)/searchform.php - Rev 17
Rev 27 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
<?php
/*
* The template for displaying search forms in Twenty Eleven
*/
?>
<form method="get" class="searchform" action="<?php echo esc_url(home_url('/')); ?>">
<input type="text" class="s" name="s" placeholder="<?php esc_attr_e('Search', 'sdt'); ?>" />
<input type="image" class="ssubmit" src="<?php bloginfo('template_directory'); ?>/images/search.png" alt="<?php _e('Search', 'sdt'); ?>" />
</form>