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/footer/style-1.php
<?php
if ( ! defined( 'ABSPATH' ) ) { exit; }
global $dfd_ronneby;
if(isset($dfd_ronneby['footer_soc_icons_hover_style']) && !empty($dfd_ronneby['footer_soc_icons_hover_style'])) {
	$footer_soc_icons_hover_style = 'dfd-soc-icons-hover-style-'.$dfd_ronneby['footer_soc_icons_hover_style'];
} else {
	$footer_soc_icons_hover_style = 'dfd-soc-icons-hover-style-1';
}
?>
<div class="row">
	<div class="twelve columns text-center">
		<?php if(isset($dfd_ronneby['logo_footer']['url']) && $dfd_ronneby['logo_footer']['url'] && isset($dfd_ronneby['enable_footer_logo']) && strcmp($dfd_ronneby['enable_footer_logo'], '1') === 0) : ?>
			<div class="footer-logo">
				<a href="<?php echo esc_url(get_home_url()) ?>" alt="<?php _e('Footer logo', 'dfd') ?>"><img src="<?php echo esc_url($dfd_ronneby['logo_footer']['url']); ?>" alt="logo" class="foot-logo" /></a>
			</div>
		<?php endif; ?>
		<?php if(isset($dfd_ronneby['enable_footer_soc_icons']) && strcmp($dfd_ronneby['enable_footer_soc_icons'], '1') === 0) : ?>
			<div class="widget soc-icons <?php echo esc_attr($footer_soc_icons_hover_style) ?>">
				<?php crum_social_networks(true); ?>
			</div>
		<?php endif; ?>
		<?php if(isset($dfd_ronneby['enable_footer_menu']) && strcmp($dfd_ronneby['enable_footer_menu'], '1') === 0) : ?>
			<div class="dfd-footer-menu">
				<?php wp_nav_menu(array('theme_location' => 'footer_menu', 'depth'=>1, 'container' => 'nav', 'fallback_cb' => 'false', 'menu_class' => 'footer-menu', 'walker' => new crum_clean_walker())); ?>
			</div>
		<?php endif; ?>
		<?php if(isset($dfd_ronneby['footer_copyright_position']) && strcmp($dfd_ronneby['footer_copyright_position'], 'footer') === 0 && isset($dfd_ronneby['copyright_footer'])) : ?>
			<div class="dfd-footer-copyright">
				<?php echo $dfd_ronneby['copyright_footer']; ?>
			</div>
		<?php endif; ?>
	</div>
</div>