Advertisement
Guest User

Untitled

a guest
Jan 15th, 2011
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.94 KB | None | 0 0
  1. ?>
  2.         <!-- Styles options -->
  3.         <?php include('includes/style.php') ?>
  4.         <!-- End of Styles options -->
  5.  
  6.          <!-- JS script included -->
  7.         <script type="text/javascript">
  8.  
  9.             <?php include('includes/prettyphoto.php') ?>
  10.             <?php include('includes/cufon.php') ?>
  11.             <?php include('includes/slider.php') ?>
  12.  
  13.         </script>
  14.         <!-- End of JS script included -->
  15.  
  16.     </head>
  17.  
  18.     <body>
  19.  
  20.         <!-- Header Wrap -->
  21.         <div id="header-wrap">
  22.  
  23.             <!-- TopBar Wrap -->
  24.             <div id="topbar-wrapper">
  25.  
  26.                 <div id="topbar-texture">
  27.  
  28.                     <!-- TopBar Content -->
  29.                     <div id="topbar-content">
  30.  
  31.                         <?php wp_nav_menu(array('container' => false, 'menu_id' => 'topbar-nav', 'theme_location' => 'top', 'echo' => true, 'before' => '', 'after' => '', 'link_before' => '', 'fallback_cb' => 'display_home', 'link_after' => '', 'depth' => 0, 'walker' => new description_walker())); ?>
  32.  
  33.                         <?php include('includes/social.php') ?>
  34.  
  35.                     </div>
  36.                     <!-- End of TopBar Content -->
  37.  
  38.                 </div>
  39.  
  40.             </div>
  41.             <!-- End of TopBar Wrap -->
  42. <!--sponsor
  43. <a href="http://premiumwordpress.tv/">premium wordpress</a>
  44. <a href="http://premiumjoomla.net/">premium joomla templates</a>
  45. <a href="http://premiumdrupal.net/">premium drupal themes</a>
  46. <a href="http://premiummagento.net/">premium magento themes</a>
  47. <a href="http://themerazzi.com/">premium themes</a>
  48. themes-->
  49.             <!-- MainNav Wrap -->
  50.             <div id="main-nav-wrapper">
  51.  
  52.                 <!-- MainNav Content -->
  53.                 <div id="main-nav-content">
  54.  
  55.                     <?php wp_nav_menu(array('container' => false, 'menu_id' => 'main-nav', 'theme_location' => 'main', 'echo' => true, 'before' => '', 'after' => '', 'link_before' => '', 'fallback_cb' => 'display_categories', 'link_after' => '', 'depth' => 0, 'walker' => new description_walker())); ?>
  56.  
  57.                 </div>
  58.                 <!-- End of MainNav Content -->
  59.  
  60.                     <div id="main-nav-shadow"></div>
  61.  
  62.             </div>
  63.             <!-- End of MainNav Wrap -->
  64.  
  65.             <!-- Logo Wrap -->
  66.             <div id="logo-wrapper">
  67.  
  68.                 <!-- Logo Content -->
  69.                 <div id="logo-content">
  70.  
  71.                     <!-- Logo -->
  72.                     <div id="logo">
  73.  
  74.                         <a href="<?php bloginfo('url'); ?>"><img src="<?php echo ddp('logo_image') ?>" alt="<?php bloginfo('name'); ?>"></a>
  75.                         <span><?php bloginfo('description'); ?></span>
  76.  
  77.                     </div>
  78.                     <!-- End of logo -->
  79.  
  80.                     <!-- Header ad -->
  81.                     <div id="headerad">
  82.  
  83.                         <a href="<?php echo ddp('468x60ad_url') ?>"><img src="<?php echo ddp('468x60ad') ?>" alt="" /></a><?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement