Advertisement
Guest User

Untitled

a guest
Apr 25th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.84 KB | None | 0 0
  1.  
  2. <div class="wrapper">
  3.     <div id="header">
  4.         <div id="site-title">
  5.             <a href="http://www.panduzee.com/wordpress"><img src="http://i.imgur.com/ysxPP.jpg"></a>
  6.         </div>
  7.         <div id="header-left"><?php wp_nav_menu( array( 'container_class' => 'menu', 'theme_location' => 'header-left', 'walker' => new Imbalance2_Walker_Nav_Menu(), 'depth' => 1 ) ); ?></div>
  8.         <div id="header-center"><?php wp_nav_menu( array( 'container_class' => 'menu', 'theme_location' => 'header-center', 'walker' => new Imbalance2_Walker_Nav_Menu(), 'depth' => 1 ) ); ?></div>
  9.         <div id="search">
  10.             <?php get_search_form(); ?>
  11.             <div id="header-right"><?php wp_nav_menu( array( 'container_class' => 'menu', 'theme_location' => 'header-right', 'walker' => new Imbalance2_Walker_Nav_Menu(), 'depth' => 1 ) ); ?></div>
  12.         </div>
  13.         <div class="clear"></div>
  14.     </div>
  15.    
  16.     <div id="main">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement