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