HEX
Server: LiteSpeed
System: Linux cde2.duelhost.dk 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: dtptviut (1121)
PHP: 8.0.30
Disabled: exec,system,passthru,shell_exec,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/dtptviut/domains/morsunivers.dk/public_html/wp-content/themes/mts_dropshipping/footer.php
<?php
/**
 * The template for displaying the footer.
 */

$mts_options = get_option( MTS_THEME_NAME );

// default = 5
$first_footer_num = empty( $mts_options['mts_first_footer_num'] ) ? 5 : $mts_options['mts_first_footer_num']; ?>

</div><!--#page-->

<?php
if ( ! is_home() && '1' == $mts_options['mts_featured_brands'] && ! empty( $mts_options['mts_brands_carousel'] ) ) {
	get_template_part( 'home/section', 'brands-carousel' );
}
?>

<footer id="site-footer" role="contentinfo" itemscope itemtype="http://schema.org/WPFooter">
	<?php
	if ( $mts_options['mts_first_footer'] ) :
		?>
		<div class="container">
			<div class="footer-widgets first-footer-widgets widgets-num-<?php echo $first_footer_num; ?>">
				<?php
				for ( $i = 1; $i <= $first_footer_num; $i++ ) {
					$sidebar = ( $i == 1 ) ? 'footer-first' : 'footer-first-' . $i;
					$class   = ( $i == $first_footer_num ) ? 'f-widget last f-widget-' . $i : 'f-widget f-widget-' . $i; ?>
					<div class="<?php echo $class; ?>">
						<?php if ( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar( $sidebar ) ) : ?>
						<?php endif; ?>
					</div>
				<?php
				}
				?>
			</div><!--.first-footer-widgets-->
		</div><!--.container-->
		<?php
	endif;
	?>
	<div class="copyrights">
		<div class="container">
			<?php
				mts_copyrights_credit();
				mts_credit_cards();
			?>
		</div>	
	</div> 
</footer><!--#site-footer-->
</div><!--.main-container-->
<?php mts_footer(); ?>
<?php wp_footer(); ?>
</body>
</html>