Advertisement
Shashi27

header.php

Jul 1st, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title></title>
  5.     <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
  6.     <?php wp_head()?>
  7.     <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  8.     <script type="text/javascript">
  9.         $(document).ready(function() {
  10.         $(".sub-menu").hide(); // hide the submenu on page load
  11.         $(".current_page_item .sub-menu").show();
  12.             )};
  13.     </script>
  14. </head>
  15. <body class="com_content view-featured task- itemid-101 body__main">
  16. <div id="wrapper">
  17.     <div class="wrapper-inner">
  18.         <div id="topright">
  19.         <?php echo do_shortcode('[google-translator]'); ?>
  20.             <h3>+1 (561) 829-7000</h3>
  21.             <h4 class="nonfont"><a class="mailer" href="mailto:HIT@TENNISFLORIDA.COM">HIT@TENNISFLORIDA.COM</a></h4>
  22.             <h4 class="nonfont">
  23.                 2950 COUNTRY CLUB BLVD
  24.                 <br />
  25.                 DEERFIELD BEACH
  26.                 <br />
  27.                 FL 33442, USA
  28.             </h4>
  29.         </div>
  30.  
  31.         <div id="logo" class="span7">
  32.          <a href="<?php echo home_url('/')?>"><img src="<?php bloginfo('template_url'); ?>/images/logo3.png" alt="Tennis Wave" />
  33.          </a>
  34.          </div>
  35. <nav>
  36.     <?php wp_nav_menu( array( 'theme_location' => 'header-menu' ) ); ?>
  37. </nav>
  38. <div id="container">
  39.  
  40. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement