1. <?php
  2. if(!dynamic_sidebar('Sidebar')) :
  3. echo 'no sidebar';
  4. endif;
  5. ?>