Current Path : /home/sabarigirihospit/public_html/wp-content/themes/inmedical/ |
Current File : /home/sabarigirihospit/public_html/wp-content/themes/inmedical/sidebar-departments.php |
<?php /** * The sidebar containing the main widget area. * * @package inmedical */ if(is_active_sidebar('sidebar-departments')){ ?> <div id="secondary" class="widget-area" role="complementary"> <?php dynamic_sidebar('sidebar-departments'); ?> </div><!-- #secondary --> <?php } ?>