Advertisement
Guest User

Untitled

a guest
Mar 27th, 2012
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <div id="sidebar" class="col-right">
  2.  
  3. <?php if (woo_active_sidebar('primary')) : ?>
  4. <div class="primary">
  5. <?php woo_sidebar('primary'); ?>
  6. </div>
  7. <?php endif; ?>
  8.  
  9.  
  10. </div><!-- /#sidebar -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement