HEX
Server: LiteSpeed
System: Linux sinope.sitehostingserver.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
User: aprilnet (1155)
PHP: 8.2.33
Disabled: popen,imap_mail,exec,passthru,system,shell_exec,proc_open,pcntl_exec,eval,allow_url_fopen,allow_url_include,mail,proc_get_status,get_cfg_var,disk_free_space,disk_total_space,diskfreespace,getmygid,getmyinode,getmypid,geymyuid,proc_nice,proc_terminate,proc_close,apache_child_terminate,chown,lchgrp,lchown,link,readlink,highlight_file,show_source,php_strip_whitespace,get_meta_tags,dl,leak,pfsockopen,event_new,pcntl_signal,pcntl_alarm,register_tick_function,apache_setenv,define_syslog_variables,escapeshellarg,escapeshellcmd,ini_alter,ini_restore,inject_code,openlog,syslog,xmlrpc_entity_decode,phpAds_remoteInfo,phpAds_XmlRpc,phpAds_xmlrpcDecode,phpAds_xmlrpcEncode,chgrp,php_eval,safe_dir,root,ftok,egy_perl,symlink,wscript
Upload Files
File: /home/aprilnet/public_html/meadcarney.com/wp-content/themes/malina/header.php
<?php global $post; ?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
	<meta charset="<?php bloginfo('charset'); ?>">
	<?php do_action('malina_header_meta'); ?>
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
	<?php if ( ! ( function_exists( 'has_site_icon' ) && has_site_icon() ) ) { ?>
	  	<link rel="shortcut icon" href="<?php echo esc_url(get_theme_mod('malina_media_favicon',get_template_directory_uri().'/favicon.ico')); ?>">
		<link rel="apple-touch-icon" href="<?php echo esc_url(get_theme_mod('malina_media_favicon',get_template_directory_uri().'/favicon.ico')); ?>">
	<?php } ?>
	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php if(get_theme_mod('malina_page_loading', false)){ ?>
	<div class="page-loading">
		<div class="loader">
		    <svg class="circular" viewBox="25 25 50 50">
		      <circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10"/>
		    </svg>
		</div>
	</div>
<?php } ?>
<?php
	get_template_part('templates/hidden-area/hidden-area');
	$header_type = rwmb_get_value('malina_header_variant');
	if(!is_array($header_type) && $header_type != '' && $header_type != 'default'){
		get_template_part('templates/headers/'.$header_type);
	} else {
		get_template_part('templates/headers/'.get_theme_mod('malina_header_variant', 'header-version4'));
	}
	get_template_part('templates/headers/mobile-header');

	if(get_theme_mod( 'malina_back_to_top', true )){
		echo '<div id="back-to-top"><a href="#"><i class="fa fa-angle-up"></i></a></div>';
	}
	if( get_theme_mod('malina_subscribe_enable', false) ){
		get_template_part('templates/headers/popup-subscribe');
	}
?>
<div id="main">
	
	<?php

		$hero_section = rwmb_get_value('malina_page_hero_section');

		if( !is_archive() || !is_home() || !is_single() ){
			switch ($hero_section) {
				case 'slider':
					get_template_part('templates/page/slider');
					break;
				case 'herosection':
					get_template_part('templates/page/herosection');
					break;
				case 'revslider':
					get_template_part('templates/page/revslider');
					break;
				default:
					# code...
					break;
			}
		}
		
	?>
	<?php if( !is_home() && get_theme_mod('malina_breadcrumbs', 'false') != 'false' ){
		malina_breadcrumbs();
	} ?>