Advertisement
fingli

sidebar.php

Jul 7th, 2011
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. <div id="secondary" class="aside" role="complementary">
  2.     <div id="sidebar_top">
  3.         <?php get_sidebar( 'top' ) ?>
  4.     </div>
  5.        
  6.     <div id="sidebar_bottom">
  7.         <div id="sidebar_left">
  8.         <?php get_sidebar( 'left' ) ?>
  9.         </div>
  10.            
  11.         <div id="sidebar_right">
  12.         <?php get_sidebar( 'right' ) ?>
  13.         </div>
  14.  
  15.     <?php get_sidebar( 'bottom' ) ?>
  16.     </div>
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement