PageRenderTime 40ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/webroot/blog/wp-content/themes/la-school-blue/header.php

https://github.com/Wargo/reddevil
PHP | 34 lines | 25 code | 9 blank | 0 comment | 1 complexity | bad6951217e2d5d2d650e999558d7c83 MD5 | raw file
Possible License(s): GPL-2.0, AGPL-1.0, LGPL-2.1, GPL-3.0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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. <title><?php bloginfo('name');
  6. if ( is_single() ) {
  7. _e('&raquo; Blog Archive', 'laschool');
  8. }
  9. wp_title(); ?></title>
  10. <meta http-equiv="imagetoolbar" content="false" />
  11. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  12. <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'laschool'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
  13. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  14. <link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicon.gif" type="image/x-icon">
  15. <?php wp_head(); ?>
  16. </head>
  17. <body>
  18. <div id="header">
  19. <div class="fixed-width">
  20. <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
  21. <div class="description"><?php bloginfo('description'); ?></div>
  22. </div>
  23. </div>
  24. <hr />
  25. <div id="wrapper">