Advertisement
Guest User

Untitled

a guest
Nov 16th, 2010
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. <head profile="http://gmpg.org/xfn/11">
  2. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  3.  
  4. <title><?php if (is_home () ) { bloginfo(�name�); }
  5. elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo(�name�); }
  6. elseif (is_single() ) { single_post_title();}
  7. elseif (is_page() ) { single_post_title();}
  8. else { wp_title(��,true); } ?></title>
  9.  
  10. <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
  11.  
  12. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  13. <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
  14. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  15. <script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/taber.js"></script>
  16. <script type="text/javascript">
  17. /* Optional: Temporarily hide the "tabber" class so it does not "flash"
  18. on the page as plain HTML. After tabber runs, the class is changed
  19. to "tabberlive" and it will appear. */
  20. document.write('<style type="text/css">.tabber{display:none;}<\/style>');
  21. </script>
  22. <script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/hover.js"></script>
  23.  
  24. <?php wp_head(); ?>
  25. </head>
  26.  
  27.  
  28. <body>
  29. <div id="header">
  30. <div id="header-in">
  31. <p class="title"><a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></p>
  32. <p class="description"><?php bloginfo('description'); ?></p>
  33. <?php ?>
  34.  
  35.  
  36.  
  37.  
  38. <div class="subscribe">
  39. <span class="rss"><a href="<?php bloginfo('rss2_url'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/rss.gif"></img></a></span>
  40.  
  41. <div class="subscribeform">
  42. <p>Subscribe via Email </p>
  43. <form action="enter your feed address here" method="get">
  44. <input type="text" value="" class="input" />
  45. <input type="button" class="sbutton" value="Subscribe" />
  46. </form>
  47. </div>
  48. </div>
  49.  
  50. </div>
  51.  
  52. </div>
  53.  
  54.  
  55. <div id="container">
  56. <!--header.php end-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement