Advertisement
Guest User

Untitled

a guest
Jun 26th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 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(); echo ' - ' ; bloginfo('name'); }
  7. elseif (is_single() ) { single_post_title(); }
  8. elseif (is_page() ) { 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. <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
  14. <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
  15.  
  16. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  17. <?php wp_head(); ?>
  18. </head>
  19. <body>
  20. <div class="PageBackgroundGradient"></div>
  21. <div class="PageBackgroundGlare">
  22. <div class="PageBackgroundGlareImage"></div>
  23. </div>
  24. <div class="Main">
  25. <div class="Sheet">
  26. <div class="Sheet-tl"></div>
  27. <div class="Sheet-tr"><div></div></div>
  28. <div class="Sheet-bl"><div></div></div>
  29. <div class="Sheet-br"><div></div></div>
  30. <div class="Sheet-tc"><div></div></div>
  31. <div class="Sheet-bc"><div></div></div>
  32. <div class="Sheet-cl"><div></div></div>
  33. <div class="Sheet-cr"><div></div></div>
  34. <div class="Sheet-cc"></div>
  35. <div class="Sheet-body">
  36. <div class="nav">
  37. <ul class="artmenu">
  38. <?php art_menu_items(); ?>
  39. </ul>
  40. <div class="l">
  41. </div>
  42. <div class="r">
  43. <div>
  44. </div>
  45. </div>
  46. </div>
  47. <div class="Header">
  48. <div class="Header-jpeg"></div>
  49. <div class="logo">
  50. <h1 id="name-text" class="logo-name">
  51. <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
  52. <div id="slogan-text" class="logo-text">
  53. <?php bloginfo('description'); ?></div>
  54. </div>
  55.  
  56. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement