File: /home/bibuzptr/elearning.bibu-edu.us/old/wp-content/themes/course-builder/sidebar-forums.php
<?php
/**
* The Sidebar containing the main widget areas.
*
*/
if ( ! is_active_sidebar( 'sidebar_forums' ) ) {
return;
}
$thim_options = get_theme_mods();
$sticky_sidebar = isset( $thim_options['sticky_sidebar'] ) && ( $thim_options['sticky_sidebar'] == true ) ? ' sticky-sidebar' : '';
?>
<aside id="secondary" class="widget-area col-sm-3<?php echo esc_attr( $sticky_sidebar ); ?>">
<?php if ( ! dynamic_sidebar( 'sidebar_forums' ) ) :
dynamic_sidebar( 'sidebar_forums' );
endif; ?>
</aside><!-- #sidebar-forums -->