File: /home/c1190199/public_html/wp-content/wptouch-data/themes/simple/default/footer-top.php
<?php if ( ( is_home() || is_single() ) && simple_show_search() ) { ?>
<form method="get" id="searchform" action="<?php wptouch_bloginfo( 'search_url' ); ?>/">
<input type="text" name="s" id="search-text" placeholder="<?php _e( 'search this website', 'wptouch-pro' ); ?>…" />
<button name="submit" type="submit" id="search-submit" class="button-dark">
<?php _e( 'search', 'wptouch-pro' ); ?>
</button>
</form>
<?php } ?>