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.
understrap/statichero.php

23 lines
438 B
PHP
Raw Normal View History

2015-08-13 12:00:24 +00:00
<?php if ( is_active_sidebar( 'statichero' ) ): ?>
<!-- ******************* The Hero Widget Area ******************* -->
<div class="wrapper" id="wrapper-statichero">
2015-08-13 12:15:57 +00:00
2015-08-13 12:00:24 +00:00
<div class="container">
2015-08-13 12:15:57 +00:00
2015-08-13 12:00:24 +00:00
<div class="row">
2015-08-13 12:15:57 +00:00
2015-08-13 12:00:24 +00:00
<div class="col-md-12">
2015-08-13 12:15:57 +00:00
2015-08-13 12:00:24 +00:00
<?php dynamic_sidebar( 'statichero' ); ?>
2015-08-13 12:15:57 +00:00
2015-08-13 12:00:24 +00:00
</div>
</div>
2015-08-13 12:15:57 +00:00
2015-08-13 12:00:24 +00:00
</div>
2015-08-13 12:15:57 +00:00
2015-08-13 12:00:24 +00:00
</div>
<?php else : ?>
<?php endif; ?>