branch | wordpress |
changeset 132 | 4d4862461b8d |
131:a4642baaf829 | 132:4d4862461b8d |
---|---|
1 <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> |
|
2 <div> |
|
3 <label class="hidden" for="s">Rechercher pour :</label> |
|
4 <input type="text" value="<?php the_search_query(); ?>" name="s" id="s" /> |
|
5 <input type="submit" id="searchsubmit" value="Chercher" /> |
|
6 </div> |
|
7 </form> |