Advertisement
Guest User

Header

a guest
Nov 30th, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 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. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>
  5. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  6. <title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); if(get_bloginfo('name') != "") echo ' - ' ; bloginfo('name'); }
  7. elseif (is_single() ) { single_post_title(); }
  8. elseif (is_page() ) { bloginfo('name'); if(get_bloginfo('name') != "") echo ': '; single_post_title(); }
  9. else { wp_title('',true); } ?></title>
  10. <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
  11. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  12. <!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
  13. <!--[if IE 7]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->
  14. <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>
  15. <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>
  16. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>
  17. <?php wp_head(); ?>
  18. </head>
  19. <body>
  20. <div id="art-page-background-glare">
  21. <div id="art-page-background-glare-image"></div>
  22. </div>
  23. <div id="art-main">
  24. <div class="art-sheet">
  25. <div class="art-sheet-tl"></div>
  26. <div class="art-sheet-tr"></div>
  27. <div class="art-sheet-bl"></div>
  28. <div class="art-sheet-br"></div>
  29. <div class="art-sheet-tc"></div>
  30. <div class="art-sheet-bc"></div>
  31. <div class="art-sheet-cl"></div>
  32. <div class="art-sheet-cr"></div>
  33. <div class="art-sheet-cc"></div>
  34. <div class="art-sheet-body">
  35. <div class="art-header">
  36. <div class="art-header-jpeg"></div>
  37. <div class="art-logo">
  38. <h1 id="name-text" class="art-logo-name">
  39. <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
  40. <div id="slogan-text" class="art-logo-text">
  41. <?php bloginfo('description'); ?></div>
  42. </div>
  43.  
  44. </div>
  45. <div class="art-nav">
  46. <ul class="art-menu">
  47. <?php art_menu_items(); ?>
  48. </ul>
  49. </div>
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement