Current File : /pages/54/47/d0016649/home/htdocs/cd24/wp-content/themes/en-vision/searchform.php
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
<form class="searchform" action="<?php echo home_url( '/', is_ssl() ? 'https' : 'http' ); ?>" method="get">
	<input type="text" name="s" value="<?php the_search_query(); ?>" placeholder="<?php echo esc_attr(cloudfw_translate( 'search' )); ?>" />
	<button type="submit" class="btn btn-primary btn-small"><?php echo esc_attr(cloudfw_translate( 'search' )); ?></button>
</form>