16 lines
326 B
PHP
16 lines
326 B
PHP
<?php
|
|
/**
|
|
* The breaking div containing the middle main widget area
|
|
*
|
|
* @package arcHIVE-theme
|
|
* @since arcHIVE-theme 1.0.0
|
|
*/
|
|
|
|
?>
|
|
<section class="hero hero-middle">
|
|
<?php dynamic_sidebar( 'home-announcement-middle-widgets' ); ?>
|
|
<aside>
|
|
<?php foundationpress_home_hero_middle_bar(); ?>
|
|
</aside>
|
|
</section>
|