<?php /** * The breaking div containing the last main widget area * * @package arcHIVE-theme * @since arcHIVE-theme 1.0.0 */ ?> <section class="hero hero-last"> <!--main class="slides"--> <?php dynamic_sidebar( 'home-announcement-last-widgets' ); ?> <!--/main--> <aside> <?php foundationpress_home_hero_last_bar(); ?> </aside> </section>