themes-wordpress/libre-2/sidebar.php
2018-02-27 14:21:36 +11:00

15 lines
275 B
PHP

<?php
/**
* The sidebar containing the main widget area.
*
* @package Libre 2
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<div id="secondary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- #secondary -->