HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/budilia/budilia.nl/wwwroot/wp-content/themes/zeeStylePro/footer.php
	<div class="clear"></div>
	</div><!-- end #wrap -->
</div><!-- end #wrapper -->
<div id="foot_wrap">
		<?php if(is_active_sidebar('sidebar-footer-left') or is_active_sidebar('sidebar-footer-center-left') or is_active_sidebar('sidebar-footer-center-right') or is_active_sidebar('sidebar-footer-right')) : ?>
		<div id="bottombar">
			<ul class="bottombar_item">
				<?php dynamic_sidebar('sidebar-footer-left'); ?>
			</ul>
			<ul class="bottombar_item">
				<?php dynamic_sidebar('sidebar-footer-center-left'); ?>
			</ul>
			<ul class="bottombar_item">
				<?php dynamic_sidebar('sidebar-footer-center-right'); ?>
			</ul>
			<ul class="bottombar_item">
				<?php dynamic_sidebar('sidebar-footer-right'); ?>
			</ul>
			<div class="clear"></div>
		</div>
		<?php endif; ?>
		
		<?php themezee_footer_before(); // hook before #footer ?>
		<div id="footer">
			<?php 
				$options = get_option('themezee_options');
				if ( isset($options['themeZee_general_footer']) and $options['themeZee_general_footer'] <> "" ) :
					echo do_shortcode(wp_kses_post($options['themeZee_general_footer']));
				endif;
			?>
			<div class="credit_link"><?php themezee_credit_link(); ?></div>
		</div>
		<div class="clear"></div>
		<?php themezee_footer_after(); // hook after #footer ?>
		
</div>
<?php themezee_wrapper_after(); // hook after #wrapper ?>

<?php wp_footer(); ?>
</body>
</html>