Advertisement
Guest User

Untitled

a guest
Aug 29th, 2011
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  4.  
  5. <head profile="http://gmpg.org/xfn/11">
  6. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  7.  
  8. <title>The Offical Website of xKinkyVampirex</title>
  9.  
  10.  
  11. <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
  12. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  13.  
  14. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  15. <!--[if IE]><link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/ie.css" media="screen" /><![endif]-->
  16.  
  17. <?php wp_head(); ?>
  18. </head>
  19.  
  20. <body>
  21.  
  22. <div id="container">
  23. <div id="header">
  24.  
  25. <a href="http://www.xkinkyvampirex.net/"><img src="wp-content/themes/devart/images/kinky_vampire_banner.gif" align="center"></a>
  26.  
  27.  
  28.  
  29. </div>
  30. <br /><br /><br />
  31. <br /><br /><br /><br />
  32. <br /><br />
  33. <div id="nav">
  34. <ul>
  35.  
  36. <li <?php if(!is_page()) echo 'class="current_page_item"'; ?>><a href="<?php echo get_option('home'); ?>/">Home</a></li>
  37. <?php wp_list_pages('title_li='); ?>
  38. </ul>
  39. <a href="<?php bloginfo('rss2_url'); ?>" id="feed">Subscribe</a>
  40. </div>
  41. <div id="wrapper">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement