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.
2018-04-13 18:19:33 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Sidebar - hero canvas setup.
|
|
|
|
*
|
|
|
|
* @package understrap
|
|
|
|
*/
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
<?php if ( is_active_sidebar( 'herocanvas' ) ) : ?>
|
|
|
|
|
|
|
|
<!-- ******************* The Hero Canvas Widget Area ******************* -->
|
|
|
|
|
2018-04-13 18:22:02 +00:00
|
|
|
<div class="wrapper" id="wrapper-hero-canvas">
|
|
|
|
|
|
|
|
<?php dynamic_sidebar( 'herocanvas' ); ?>
|
|
|
|
|
|
|
|
</div>
|
2018-04-13 18:19:33 +00:00
|
|
|
|
|
|
|
<?php endif; ?>
|