Advertisement
slkmclaren

sidebar.php (harmony theme)

Dec 18th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php if ( is_active_sidebar( 'sidebar-1' ) ){ ?>
  2. <div id="sidebar">
  3. <?php dynamic_sidebar( 'sidebar-1' ); ?>
  4. </div> <!-- end #sidebar -->
  5. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement