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.
2016-03-09 08:32:44 +00:00
|
|
|
<?php if ( is_active_sidebar( 'footerfull' ) ): ?>
|
|
|
|
|
2016-11-01 15:25:21 +00:00
|
|
|
<!-- ******************* The Hero Widget Area ******************* -->
|
2016-03-09 08:32:44 +00:00
|
|
|
|
2016-11-01 15:25:21 +00:00
|
|
|
<div class="wrapper" id="wrapper-footer-full">
|
2016-03-09 08:32:44 +00:00
|
|
|
|
2016-11-01 15:25:21 +00:00
|
|
|
<?php dynamic_sidebar( 'footerfull' ); ?>
|
2016-03-09 08:32:44 +00:00
|
|
|
|
2016-11-01 15:25:21 +00:00
|
|
|
</div><!-- #wrapper-footer-full -->
|
2016-03-09 08:32:44 +00:00
|
|
|
|
|
|
|
<?php endif; ?>
|