blob: acfbff7fab14790806a8f090a3f34352a907ec2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php if ( is_active_sidebar( 'footerfull' ) ): ?>
<!-- ******************* The Hero Widget Area ******************* -->
<div class="wrapper" id="wrapper-footer-full">
<?php dynamic_sidebar( 'footerfull' ); ?>
</div><!-- #wrapper-footer-full -->
<?php endif; ?>
|