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