HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/HBergman/dezaakpartners.nl/wwwroot/wp-content/themes/minimatica/sidebar.php
<?php
/**
 * The Right Sidebar
 *
 * @package WordPress
 * @subpackage Minimatica
 * @since Minimatica 1.0
 */
?>

<div id="sidebar" class="widget-area" role="complementary">
	<?php if( is_active_sidebar( 1 ) ) : ?>
		<?php dynamic_sidebar( 1 ); ?>
	<?php else : ?>
		<?php the_widget( 'WP_Widget_Search' ); ?>
		<?php the_widget( 'Minimatica_Ephemera_Widget', array( 'title' => 'Asides' ) ); ?>
		<?php the_widget( 'WP_Widget_Pages', array(  ) ); ?>
	<?php endif; ?>
</div><!-- #sidebar -->