PageRenderTime 56ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/blog/wp-content/themes/extinct/sandbox-097/header.php

https://bitbucket.org/sergiohzlz/reportaprod
PHP | 30 lines | 25 code | 5 blank | 0 comment | 3 complexity | 665c65ef757e443cd4f6aff6a50ec0ef MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0, AGPL-1.0, LGPL-2.1
  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 sandbox_blog_lang(); ?>>
  3. <head profile="http://gmpg.org/xfn/11">
  4. <title><?php bloginfo('name'); if ( is_404() ) : _e(' &raquo; ', 'sandbox'); _e('Not Found', 'sandbox'); elseif ( is_home() ) : _e(' &raquo; ', 'sandbox'); bloginfo('description'); else : wp_title(); endif; ?></title>
  5. <meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
  6. <meta name="description" content="<?php bloginfo('description') ?>" />
  7. <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
  8. <link rel="alternate" type="application/rss+xml" href="<?php bloginfo('rss2_url') ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?> <?php _e('Posts RSS feed', 'sandbox'); ?>" />
  9. <link rel="alternate" type="application/rss+xml" href="<?php bloginfo('comments_rss2_url') ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?> <?php _e('Comments RSS feed', 'sandbox'); ?>" />
  10. <link rel="pingback" href="<?php bloginfo('pingback_url') ?>" />
  11. <?php
  12. if ( is_singular() ) wp_enqueue_script( 'comment-reply' );
  13. wp_head();
  14. ?>
  15. </head>
  16. <body class="<?php sandbox_body_class() ?>">
  17. <div id="wrapper" class="hfeed">
  18. <div id="header">
  19. <h1 id="blog-title"><a href="<?php echo get_settings('home') ?>/" title="<?php bloginfo('name') ?>" rel="home"><?php bloginfo('name') ?></a></h1>
  20. <div id="blog-description"><?php bloginfo('description') ?></div>
  21. </div><!-- #header -->
  22. <div id="access">
  23. <div class="skip-link"><a href="#content" title="<?php _e('Skip navigation to the content', 'sandbox'); ?>"><?php _e('Skip to content', 'sandbox'); ?></a></div>
  24. <?php sandbox_globalnav() ?>
  25. </div><!-- #access -->