sidebar.php 453 B

1234567891011121314151617
  1. <div id="sidebar1" class="sidebar fourcol last clearfix" role="complementary">
  2. <?php if ( is_active_sidebar( 'sidebar1' ) ) : ?>
  3. <?php dynamic_sidebar( 'sidebar1' ); ?>
  4. <?php else : ?>
  5. <!-- This content shows up if there are no widgets defined in the backend. -->
  6. <div class="alert help">
  7. <p><?php _e("Please activate some Widgets.", "bonestheme"); ?></p>
  8. </div>
  9. <?php endif; ?>
  10. </div>