PageRenderTime 45ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/wp-content/themes/the-go-green-theme/header.php

https://bitbucket.org/aqge/deptandashboard
PHP | 41 lines | 32 code | 9 blank | 0 comment | 2 complexity | 28b57cb3c17246c28e215fd19a95c699 MD5 | raw file
Possible License(s): AGPL-1.0, GPL-2.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 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'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
  6. <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
  7. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  8. <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
  9. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  10. <?php wp_head(); ?>
  11. <script>
  12. $(document).ready(function(){
  13. $("ul li ul li:first-child")
  14. .css("padding-top", "10px")
  15. });
  16. </script>
  17. </head>
  18. <body>
  19. <div id="page">
  20. <div id="header">
  21. <div id="hdrContainer">
  22. <div id="hdrLeft">
  23. <h1><a href="<?php echo get_option('home'); ?>/" class="hdr">
  24. <?php bloginfo('name'); ?></a></h1>
  25. <div class="description"><?php bloginfo('description'); ?></div>
  26. </div>
  27. <div id="hdrRight">
  28. <?php wp_list_pages('title_li='); ?>
  29. </div>
  30. </div>
  31. </div>
  32. <div id="container">