2018-08-06 08:53:22 -05:00
|
|
|
<?php if( is_active_sidebar('footer-sponsors') ) : ?>
|
2018-08-07 15:49:34 -05:00
|
|
|
<section class="footer-sponsors">
|
2018-08-06 08:53:22 -05:00
|
|
|
<?php dynamic_sidebar( 'footer-sponsors' ); ?>
|
2018-08-07 15:49:34 -05:00
|
|
|
</section>
|
2018-08-06 08:53:22 -05:00
|
|
|
<?php endif; ?>
|