Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     <div id="header_container" class="header_container_2">
  2.         <div id="header_wrapper">
  3.             <div id="header-2" class="header">
  4.                 <div class="logo_holder"><a href="<?php echo home_url(); ?>"><img src="<?php echo get_logo(); ?>"></a></div>
  5.                 <div class="footer2_search">
  6.                         <form method="get" action="#">
  7.                                     <p><input name="s" type="text" onfocus="if (this.value == 'Enter keywords..') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter keywords..';}" value="Enter keywords.." class="footer2_search_input" />
  8.                                     <input type="submit" class="footer2_search_button" value="." /></p>
  9.                                 </form>
  10.                                         </div>
  11.                
  12. <!-- /////////////////////////////////////////////////////////////////////// -->
  13. <!-- //             Navigation                                            // -->
  14. <!-- /////////////////////////////////////////////////////////////////////// -->
  15.                 <div id="navigation">
  16.                     <div class="menu-navigation-container">
  17.                         <?php wp_nav_menu(array( 'menu'=> 'Navigation', 'menu_id'=>'menu-navigation', 'walker' => new sub_nav_walker2(), ));?>
  18.                     </div><!-- END div.menu-navigation-container -->
  19.  
  20.                 </div><!-- END div#navigation -->
  21.                
  22.                 <div class="clear"></div>
  23.                
  24.             </div><!-- END div#header -->
  25.         </div><!-- END div#header_wrapper -->
  26.     </div><!-- END div#header_container -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement