HEX
Server: Apache
System: Linux vps-1758242.hdpublicidad.mx 5.14.0-570.49.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Sep 30 07:46:13 EDT 2025 x86_64
User: ochoayasociados (1030)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/ochoayasociados/public_html/wp-content/themes/clevercourse/searchform.php
<div class="gdl-search-form">
	<form method="get" id="searchform" action="<?php echo home_url(); ?>/">
		<?php
			$search_val = get_search_query();
			if( empty($search_val) ){
				$search_val = __("Type keywords..." , "gdlr_translate");
			}
		?>
		<div class="search-text" id="search-text">
			<input type="text" name="s" id="s" autocomplete="off" data-default="<?php echo $search_val; ?>" />
		</div>
		<input type="submit" id="searchsubmit" value="" />
		<div class="clear"></div>
	</form>
</div>