Advertisement
Guest User

sidebar.php

a guest
Sep 19th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <div class="right">
  2.  
  3. <!-- Sidebar widgets -->
  4. <div class="sidebar">
  5. <ul>
  6. <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar') ) : else : ?>
  7. <?php endif; ?>
  8. </ul>
  9. </div>
  10.  
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement