HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpprm/wp-content/themes/ronneby/templates/header/style-5.php
<?php
if ( ! defined( 'ABSPATH' ) ) { exit; }
global $dfd_ronneby;

if(isset($dfd_ronneby['header_fifth_soc_icons_hover_style']) && !empty($dfd_ronneby['header_fifth_soc_icons_hover_style'])) {
	$header_soc_icons_hover_style = 'dfd-soc-icons-hover-style-'.$dfd_ronneby['header_fifth_soc_icons_hover_style'];
} else {
	$header_soc_icons_hover_style = 'dfd-soc-icons-hover-style-1';
}
$header_container_class = 'dfd-header-layout-fixed';
$header_container_class .= (isset($dfd_ronneby['header_fifth_alignment']) && !empty($dfd_ronneby['header_fifth_alignment'])) ? ' '.$dfd_ronneby['header_fifth_alignment'] : ' left';
$header_container_class .= (isset($dfd_ronneby['header_fifth_content_alignment']) && !empty($dfd_ronneby['header_fifth_content_alignment'])) ? ' '.$dfd_ronneby['header_fifth_content_alignment'] : ' text-left';

?>
<?php get_template_part('templates/header/block', 'search'); ?>
<div id="header-container" class="<?php echo dfd_get_header_style(); ?> <?php echo esc_attr($header_container_class); ?>">
	<section id="header">
		<div class="dfd-side-header-container">
			<div class="logo-wrap header-top-logo-panel dfd-header-responsive-hide">
				<div class="row">
					<div class="columns twelve">
						<?php get_template_part('templates/header/block', 'custom_logo_side'); ?>
					</div>
					<?php if(isset($dfd_ronneby['header_fifth_top_panel']) && ($dfd_ronneby['header_fifth_top_panel']) === '1') : ?>
						<div class="columns twelve header-info-panel">
							<?php get_template_part('templates/header/block', 'topinfo'); ?>
						</div>
					<?php endif; ?>
				</div>
			</div>
			<div class="header-wrap">
				<div class="row decorated">
					<div class="columns twelve header-main-panel">
						<div class="header-col-left">
							<div class="mobile-logo">
								<?php if(isset($dfd_ronneby['mobile_logo_image']['url']) && $dfd_ronneby['mobile_logo_image']['url']) : ?>
									<a href="<?php echo home_url() ?>" title="<?php _e('Home','dfd'); ?>"><img src="<?php echo esc_url($dfd_ronneby['mobile_logo_image']['url']); ?>" alt="logo"/></a>
								<?php else : ?>
									<?php get_template_part('templates/header/block', 'custom_logo'); ?>
								<?php endif; ?>
							</div>
						</div>
						<div class="header-col-right">
							<div class="header-icons-wrapper">
								<?php get_template_part('templates/header/block', 'responsive-menu'); ?>
								<?php get_template_part('templates/header/block', 'lang_sel'); ?>
								<?php if (is_plugin_active('woocommerce/woocommerce.php')) echo dfd_woocommerce_total_cart(); ?>
								<?php get_template_part('templates/header/search', 'button'); ?>
							</div>
						</div>
						<div class="header-col-fluid">
							<?php get_template_part('templates/header/block', 'main_menu'); ?>
						</div>
					</div>
				</div>
			</div>
			<div class="dfd-header-bottom dfd-header-responsive-hide">
				<div class="login-button-wrap">
					<?php if(isset($dfd_ronneby['header_fifth_login']) && $dfd_ronneby['header_fifth_login']) { ?>
						<?php get_template_part('templates/header/block', 'login'); ?>
					<?php } ?>
				</div>
				<div class="clear"></div>
				<div class="inline-block">
					<?php if (is_plugin_active('woocommerce/woocommerce.php')) echo dfd_woocommerce_total_cart(); ?>
					<?php get_template_part('templates/header/search', 'button'); ?>
					<?php get_template_part('templates/header/block', 'lang_sel'); ?>
				</div>
				<div class="clear"></div>
				<div class="widget soc-icons <?php echo esc_attr($header_soc_icons_hover_style) ?>">
					<?php if(isset($dfd_ronneby['head_fifth_show_header_soc_icons']) && $dfd_ronneby['head_fifth_show_header_soc_icons']) { ?>
						<?php echo crum_social_networks(true); ?>
					<?php } ?>
				</div>
				<div class="clear"></div>
				<?php if(isset($dfd_ronneby['header_fifth_copyright']) && $dfd_ronneby['header_fifth_copyright']) { ?>
					<div class="dfd-copyright">
						<?php echo $dfd_ronneby['header_fifth_copyright']; ?>
					</div>
				<?php } ?>
			</div>
		</div>
	</section>
</div>