• File: searchform.php
  • Full Path: /home/docteuh/www/themes/Avada/searchform.php
  • Date Modified: 11/20/2023 6:11 PM
  • File size: 394 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * The search-form template.
 *
 * @package Avada
 * @subpackage Templates
 */

// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
	exit( 'Direct script access denied.' );
}

$config = [
	'design'      => Avada()->settings->get( 'search_form_design' ),
	'live_search' => Avada()->settings->get( 'live_search' ),
];

Fusion_Searchform::get_form( $config );