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