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.
2014-12-19 07:50:59 +00:00
|
|
|
<?php if ( is_active_sidebar( 'hero' ) ): ?>
|
2016-01-22 13:02:32 +00:00
|
|
|
|
2015-03-23 12:39:22 +00:00
|
|
|
<!-- ******************* The Hero Widget Area ******************* -->
|
2016-01-22 13:02:32 +00:00
|
|
|
|
2015-03-23 10:33:03 +00:00
|
|
|
<div class="wrapper" id="wrapper-hero">
|
2016-01-22 13:02:32 +00:00
|
|
|
|
2014-12-19 07:50:59 +00:00
|
|
|
<div class="owl-carousel">
|
2016-01-22 13:02:32 +00:00
|
|
|
|
2014-12-19 07:50:59 +00:00
|
|
|
<?php dynamic_sidebar( 'hero' ); ?>
|
2016-01-22 13:02:32 +00:00
|
|
|
|
2016-03-03 10:39:40 +00:00
|
|
|
</div><!-- .owl-carousel -->
|
2016-01-22 13:02:32 +00:00
|
|
|
|
|
|
|
</div><!-- #wrapper-hero -->
|
|
|
|
|
2014-12-19 07:50:59 +00:00
|
|
|
<?php endif; ?>
|