acsr-WP
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

searchform.php
text/plain

Download raw (292 bytes)

<form role="search" action="<?php echo home_url( '/' ); ?>" method="get">
    <div>
        <label class="screen-reader-text" for="s"></label>
        <input type="text" value="" name="s" id="s" /><br />
        <input type="submit" id="searchsubmit" value="Rechercher" />
    </div>
</form>