File Manager

Current Path : /webspace/www.beetasty.be/html/wp-content/themes/Divi/
Upload File :
Current File : //webspace/www.beetasty.be/html/wp-content/themes/Divi/sidebar-footer.php

<?php
$et_active_sidebars = et_divi_footer_active_sidebars();
if ( $et_active_sidebars === false ) {
	return;
}
?>

<div class="container">
	<div id="footer-widgets" class="clearfix">
		<?php
		foreach ( $et_active_sidebars as $footer_sidebar ) :
			echo '<div class="footer-widget">';
			dynamic_sidebar( $footer_sidebar );
			echo '</div>';
		endforeach;
		?>
	</div>
</div>

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com