HEX
Server: Apache
System: Linux pdx1-shared-a2-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: dh_hwg2wc (6369923)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/dh_hwg2wc/fnaluxury.com_20241117233659/wp-content/themes/houzez/template/template-agents.php
<?php
/**
 * Template Name: Template all Agents
 * Created by PhpStorm.
 * User: waqasriaz
 * Date: 09/02/16
 * Time: 4:03 PM
 */
get_header();

$agents_layout = houzez_option('agents-template-layout', 'v1');
$agent_header_search = houzez_option('agent_header_search', 1);

if( isset( $_GET['agents-layout'] ) && $_GET['agents-layout'] != "" ) {
    $agents_layout = esc_html($_GET['agents-layout']);
}

if( $agent_header_search ) {
    get_template_part('template-parts/realtors/agent/agent-search');
}
get_template_part('template-parts/realtors/agent/layout', $agents_layout);

if( $agent_header_search ) {
    get_template_part('template-parts/realtors/agent/mobile-agent-search-overlay');
}

get_footer(); ?>