Advertisement
Locoluis

header.php for Christian (Y!A)

Feb 29th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.56 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. <title>:: Harrington College :: <?php wp_title(); ?></title>
  5. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  6. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
  7. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url') ?>" type="text/css" media="screen" />
  8. <!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
  9. <!--[if IE 7]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->
  10. <?php if(WP_VERSION < 3.0): ?>
  11. <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
  12. <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
  13. <?php endif; ?>
  14. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  15. <?php if (is_file(TEMPLATEPATH .'/favicon.ico')):?>
  16. <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" />
  17. <?php endif; ?>
  18. <?php wp_head(); ?>
  19. <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
  20. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement