This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
|
<?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; ?>
|