Advertisement
Guest User

Untitled

a guest
Nov 6th, 2010
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 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-png"></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" style="text-align: center;">
  46. <div class="art-nav" style="top: 75px ; z-index: 1;">
  47. <div class="option" style="text-align: center;">
  48. <a title="Manga" href="http://erogetzu.org/"> </a><a title="Home" href="http://erogetzu.org/"><img src="http://erogetzu.org/wp-content/uploads/home.png" alt="Home">
  49. <a title="Manga" href="http://erogetzu.org/?cat=4"> </a><a title="Anime" href="http://erogetzu.org/?cat=4"><img src="http://erogetzu.org/wp-content/uploads/anime.png" alt="Ecchi (Adult)">
  50. <a title="Manga" href="http://erogetzu.org/?cat=6"> </a><a title="Games" href="http://erogetzu.org/?cat=6"><img src="http://erogetzu.org/wp-content/uploads/Games.png" alt="Ecchi (Adult)">
  51. <a title="Manga" href="http://erogetzu.org/?cat=3"> </a><a title="Ecchi" href="http://erogetzu.org/?cat=4"><img src="http://erogetzu.org/wp-content/uploads/home.png" alt="Ecchi (Adult)">
  52. <a title="Manga" href="http://erogetzu.org/?cat=3"> </a><a title="Ecchi" href="http://erogetzu.org/?cat=5"><img src="http://erogetzu.org/wp-content/uploads/home.png" alt="Ecchi (Adult)">
  53. <a title="Manga" href="http://erogetzu.org/?cat=3"> </a><a title="Ecchi" href="http://erogetzu.org/?cat=6"><img src="http://erogetzu.org/wp-content/uploads/home.png" alt="Ecchi (Adult)">
  54. <a title="Manga" href="http://erogetzu.org/?cat=3"> </a><a title="Ecchi" href="http://erogetzu.org/?cat=7"><img src="http://erogetzu.org/wp-content/uploads/home.png" alt="Ecchi (Adult)">
  55. <a title="Manga" href="http://erogetzu.org/?cat=3"> </a><a title="Ecchi" href="http://erogetzu.org/?cat=8"><img src="http://erogetzu.org/wp-content/uploads/home.png" alt="Ecchi (Adult)">
  56. </div>
  57. </div>
  58. </div>
  59.  
  60. <div class="art-bastard" style="text-align: center;">
  61. <div class="art-bastard" style="top: 40px; z-index:3;">
  62. <img src="http://erogetzu.org/wp-content/uploads/bastard.png" alt="Japan">
  63. </div>
  64. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement