17 lines
390 B
PHP
17 lines
390 B
PHP
<?php
|
|
/**
|
|
* The breaking div containing the main widget area
|
|
*
|
|
* @package arcHIVE-theme
|
|
* @since arcHIVE-theme 1.0.0
|
|
*/
|
|
|
|
?>
|
|
<section class="hero hero-announcement resources">
|
|
<?php dynamic_sidebar( 'announcement-resources-top-widgets' ); ?>
|
|
<aside>
|
|
<?php //dynamic_sidebar( 'announcement-resources-middle-widgets' ); ?>
|
|
<?php //insert menu here; ?>
|
|
</aside>
|
|
</section>
|