1. <?php if ( !theme_dynamic_sidebar( 'secondary' ) ) : ?>
  2. <?php $style = theme_get_option('theme_sidebars_style_secondary'); ?>
  3. <?php $heading = theme_get_option('theme_'.(is_single()?'single':'posts').'_widget_title_tag'); ?>
  4.  
  5.  
  6.  
  7. <?php endif; ?>