Rev 27 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | iacchi | 1 | <?php |
2 | /* |
||
3 | * The template for displaying search forms in Twenty Eleven |
||
4 | */ |
||
5 | ?> |
||
6 | <form method="get" class="searchform" action="<?php echo esc_url(home_url('/')); ?>"> |
||
7 | <input type="text" class="s" name="s" placeholder="<?php esc_attr_e('Search', 'sdt'); ?>" /> |
||
8 | <input type="image" class="ssubmit" src="<?php bloginfo('template_directory'); ?>/images/search.png" alt="<?php _e('Search', 'sdt'); ?>" /> |
||
9 | </form> |