web/wp-content/themes/default/searchform.php
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 18 Dec 2012 17:47:31 -0800
changeset 201 9db125e8f1e0
parent 136 bde1974c263b
permissions -rw-r--r--
ajout de slide part 2

<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
	<div>
		<label class="hidden" for="s">Rechercher pour&nbsp;:</label>
		<input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
		<input type="submit" id="searchsubmit" value="Chercher" />
	</div>
</form>