2021-04-27 22:21:26 +02:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* The sidebar containing the main widget area
|
|
|
|
*
|
2021-04-28 01:20:47 +02:00
|
|
|
* @package arcHIVE-theme
|
|
|
|
* @since arcHIVE-theme 1.0.0
|
2021-04-27 22:21:26 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
?>
|
|
|
|
<aside class="sidebar">
|
|
|
|
<?php dynamic_sidebar( 'sidebar-widgets' ); ?>
|
|
|
|
</aside>
|