Advertisement
Guest User

header.php

a guest
Oct 17th, 2011
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.88 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.  
  4. <head profile="http://gmpg.org/xfn/11">
  5. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  6.  
  7. <title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
  8.  
  9. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  10. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  11. <!--[if IE ]>
  12. <link rel="stylesheet" href="<?=bloginfo('template_url')?>/style-ie.css" type="text/css" media="screen" />
  13. <![endif]-->
  14. <!--[if IE 6]>
  15. <link rel="stylesheet" href="<?=bloginfo('template_url')?>/style-ie6.css" type="text/css" media="screen" />
  16. <![endif]-->
  17.  
  18. <?php wp_head(); ?>
  19. <script type="text/javascript">
  20.  
  21.   var _gaq = _gaq || [];
  22.     _gaq.push(['_setAccount', 'UA-26207587-1']);
  23.       _gaq.push(['_trackPageview']);
  24.      
  25.         (function() {
  26.             var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  27.                 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  28.                     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  29.                       })();
  30.                      
  31.                       </scrip>
  32.  <script type="text/javascript">
  33.     function recordOutboundLink(link, category, action) {
  34.     try {
  35.         var pageTracker=_gat._getTracker("UA-26207587-1");
  36.             pageTracker._trackEvent(category, action);
  37.             setTimeout('document.location = "' + link.href + '"', 100)
  38.         }catch(err){}
  39.     }
  40. </script>
  41. </head>
  42.  
  43. <body>
  44. <!-- Yandex.Metrika counter -->
  45. <div style="display:none;"><script type="text/javascript">
  46. (function(w, c) {
  47.     (w[c] = w[c] || []).push(function() {
  48.             try {
  49.                         w.yaCounter10264333 = new Ya.Metrika({id:10264333, enableAll: true});
  50.                                 }
  51.                                         catch(e) { }
  52.                                             });
  53.                                             })(window, "yandex_metrika_callbacks");
  54.                                             </script></div>
  55.                                             <script src="//mc.yandex.ru/metrika/watch.js" type="text/javascript" defer="defer"></script>
  56.                                             <noscript><div><img src="//mc.yandex.ru/watch/10264333" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
  57.                                             <!-- /Yandex.Metrika counter -->
  58. <div id="page">
  59.  
  60. <div id="header">
  61.     <div id="header_title">
  62.         <h1>
  63.             <a href="<?php echo get_option('home'); ?>/"><img src="/wp-content/themes/SP142/images/logo.png" alt="Hot69.org" width="291" height="122" align="top"></a>
  64.         </h1>
  65.     </div>
  66.     <div class="clear"></div>
  67. </div>
  68.  
  69. <div id="menu">
  70.     <div id="menu_items">
  71.         <ul>
  72.             <li><a href="<?php echo get_option('home'); ?>/">Home</a></li>
  73.             <li><a href="#" onclick="return add_favorite(this);">Bookmark</a></li>
  74.             <?=wp_list_pages2()?>
  75.         </ul>
  76.         <div class="clear"></div>
  77.     </div>
  78.     <div id="main_search">
  79.         <form method="get" id="searchform_top" action="<?php bloginfo('url'); ?>/">
  80.             <div>
  81.                 <span>Search:</span>
  82.                 <input type="text" value="<?php the_search_query(); ?>" name="s" id="searchform_top_text" />
  83.                 <input type="image" src="<?php bloginfo('template_url')?>/images/go.gif" id="gosearch" />
  84.             </div>
  85.         </form>
  86.     </div>
  87.         <div class="clear"></div>
  88. </div>
  89.  
  90. <div id="body">
  91.    
  92. <div id="body_top">
  93.  
  94.     <div id="body_left">
  95.         <div id="body_left_content">
  96.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement