File "searchform.php"
Full Path: /home/raylsmit/public_html/raina/wp-content/themes/axiom/searchform.php
File size: 429 bytes
MIME-type: text/x-php
Charset: utf-8
<?php $search_text = "Type search & press Enter"; ?>
<form role="search" method="get" id="searchform" action="<?php echo home_url(); ?>/">
<input type="text" value="<?php echo $search_text; ?>" name="s" id="s" onblur="if (this.value == '') {this.value = '<?php echo $search_text; ?>';}" onfocus="if (this.value == '<?php echo $search_text; ?>') {this.value = '';}" />
<input type="hidden" id="searchsubmit" />
</form>