2021-04-29 11:47:25 +02:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* The breaking div containing the main widget area
|
|
|
|
*
|
|
|
|
* @package arcHIVE-theme
|
|
|
|
* @since arcHIVE-theme 1.0.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
?>
|
2022-03-21 12:53:52 +01:00
|
|
|
<section class="hero hero-main">
|
2022-03-21 12:29:31 +01:00
|
|
|
<!--main class="slides"-->
|
2021-04-29 11:47:25 +02:00
|
|
|
<?php dynamic_sidebar( 'home-announcement-widgets' ); ?>
|
2022-03-21 12:29:31 +01:00
|
|
|
<!--/main-->
|
2021-04-29 11:47:25 +02:00
|
|
|
<aside>
|
|
|
|
<?php foundationpress_home_hero_bar(); ?>
|
|
|
|
</aside>
|
|
|
|
</section>
|