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' ) ): ?>
|
|
|
|
|
|
|
|
<div class="wrapper" id="hero-wrapper">
|
|
|
|
<div class="owl-carousel">
|
|
|
|
|
|
|
|
<?php dynamic_sidebar( 'hero' ); ?>
|
|
|
|
|
2014-12-11 17:08:00 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2014-12-19 07:50:59 +00:00
|
|
|
|
|
|
|
<?php else : ?>
|
|
|
|
|
|
|
|
<?php endif; ?>
|