Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  3. <head profile="http://gmpg.org/xfn/11">
  4.  
  5.  
  6. <link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/favicon.ico" />
  7. <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
  8. <link rel="author" href="https://plus.google.com/u/0/113079553435135151128/posts" />
  9. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  10. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  11. <title><?php wp_title(''); ?></title>
  12.  
  13.  
  14. <meta name="alexaVerifyID" content="hvPd1JFOsuKAcDzkzRLPxtwRAiw" />
  15. <meta name="wot-verification" content="f33a40a2dde82d9b8d5a"/>
  16. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  17. <?php wp_get_archives('type=monthly&format=link'); ?>
  18. <?php //comments_popup_script(); // off by default ?>
  19.  
  20.  
  21.  
  22. <!--[if IE]><style>
  23. .rightBoxMid .tabnav li {
  24. zoom: 1;
  25. }
  26. </style><![endif]-->
  27.  
  28. <!--[if gte IE 9]>
  29. <style type="text/css">
  30. .gradient {
  31. filter: none;
  32. }
  33. </style>
  34. <![endif]-->
  35.  
  36. <?php wp_head(); ?>
  37.  
  38.  
  39. <script type="text/javascript">
  40. function SelectAll(id)
  41. {
  42. document.getElementById(id).focus();
  43. document.getElementById(id).select();
  44. }
  45. </script>
  46.  
  47. <!-- FACEBOOK BLOG AD SCRIPT -->
  48. <script type="text/javascript">
  49. var fb_param = {};
  50. fb_param.pixel_id = '6008184048741';
  51. fb_param.value = '0.00';
  52. fb_param.currency = 'USD';
  53. (function(){
  54. var fpw = document.createElement('script');
  55. fpw.async = true;
  56. fpw.src = '//connect.facebook.net/en_US/fp.js';
  57. var ref = document.getElementsByTagName('script')[0];
  58. ref.parentNode.insertBefore(fpw, ref);
  59. })();
  60. </script>
  61. <noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/offsite_event.php?id=6008184048741&amp;value=0&amp;currency=USD" /></noscript>
  62.  
  63. <!-- Put the following javascript before the closing </head> tag. -->
  64.  
  65. <script>
  66. (function() {
  67. var cx = 'partner-pub-2766137089857880:7328176056';
  68. var gcse = document.createElement('script');
  69. gcse.type = 'text/javascript';
  70. gcse.async = true;
  71. gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
  72. '//www.google.com/cse/cse.js?cx=' + cx;
  73. var s = document.getElementsByTagName('script')[0];
  74. s.parentNode.insertBefore(gcse, s);
  75. })();
  76. </script>
  77. </head>
  78.  
  79. <body>
  80. <div id="header_bk">&nbsp;</div>
  81.  
  82. <!-- Begin #wrapper -->
  83. <div id="wrapper">
  84. <!-- Begin #header -->
  85. <div id="header">
  86. <div id="header_flowers_left"><img src="http://zoomingjapan.com/wp-content/themes/alltuts-child/images/header_flowers_left.png" border="0" alt="Zooming Japan Logo" /></div>
  87. <div id="header_logo"><a href="http://zoomingjapan.com/"><img src="http://zoomingjapan.com/wp-content/themes/alltuts-child/images/zoomingjapan-logo.png" border="0" alt="Zooming Japan Logo" /></a></div>
  88. <div id="header_ad"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  89. <!-- Leaderboard - Header -->
  90. <ins class="adsbygoogle"
  91. style="display:inline-block;width:728px;height:90px"
  92. data-ad-client="ca-pub-2766137089857880"
  93. data-ad-slot="9620664459"></ins>
  94. <script>
  95. (adsbygoogle = window.adsbygoogle || []).push({});
  96. </script></div>
  97. <div id="header_flowers_right"><img src="http://zoomingjapan.com/wp-content/themes/alltuts-child/images/header_flowers_right.png" border="0" alt="Zooming Japan Logo" /></div>
  98. <div id="navi_social_container">
  99.  
  100.  
  101.  
  102. <!-- Top Menu start -->
  103. <?php wp_nav_menu( array('container' => 'div', 'container_class' => 'jqueryslidemenu', 'container_id' => 'menu', 'walker' => new description_walker() )); ?>
  104.  
  105. <!-- Top Menu end -->
  106. </div>
  107.  
  108. <div id="breadcrumbs_search_container">
  109. <!-- Breadcrumbs start -->
  110. <?php if (function_exists('dimox_breadcrumbs')) dimox_breadcrumbs(); ?>
  111. <!-- Breadcrumbs end -->
  112.  
  113. </div>
  114.  
  115. <?php if( !is_front_page() ) { //if we are not on the front page ?>
  116. <!-- BEGIN TOP SEARCH -->
  117.  
  118. <form id="searchform" action="<?php bloginfo('url'); ?>/" method="get">
  119. <input type="submit" value="" id="searchsubmit"/>
  120. <input type="text" class="field" name="s" id="s" value="Search or be lost" onfocus="this.value=''" />
  121. </form>
  122.  
  123.  
  124. <!-- END TOP SEARCH -->
  125. <?php } ?>
  126.  
  127. <div class="top_social"><a href="http://feeds.feedburner.com/ZoomingJapan" target="_blank"><img title="Subscribe to the RSS feed of Zooming Japan" alt="Suscribe via E-mail" src="http://zoomingjapan.com/wp-content/themes/alltuts/images/top_rss.png" border="0" /></a> <a href="http://eepurl.com/xOZtj" target="_blank"><img title="Subscribe via E-Mail" alt="Subscribe via E-Mail" src="http://zoomingjapan.com/wp-content/themes/alltuts/images/top_suscribe.png" border="0" /></a></div>
  128.  
  129. </div>
  130.  
  131.  
  132.  
  133. <!-- End #header -->
  134.  
  135.  
  136.  
  137. <!-- Begin #content -->
  138. <div id="content" class="clearfix">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement