1. <?php
  2. /**
  3.  * @package WordPress
  4.  * @subpackage Modularity
  5.  */
  6. ?>
  7. <link href='http://fonts.googleapis.com/css?family=Share:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <!--[if lte IE 6]>
  10. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?> class="lteIE6">
  11. <![endif]-->
  12. <!--[if !IE]><!-->
  13. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  14. <!-- <![endif]-->
  15. <head profile="http://gmpg.org/xfn/11">
  16. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  17.  
  18. <title><?php wp_title(); ?> <?php bloginfo('name'); ?></title>
  19.  
  20. <!-- Styles  -->
  21.     <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
  22.     <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/print.css" type="text/css" media="print" />
  23.     <!--[if IE]><link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/library/styles/ie.css" type="text/css" media="screen, projection" /><![endif]-->
  24.     <!--[if lte IE 7]><link type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/library/styles/ie-nav.css" rel="stylesheet" media="all" /><![endif]-->
  25.  
  26. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  27.  
  28. <?php if ( is_singular() && get_option( 'thread_comments' ) )
  29.         wp_enqueue_script( 'comment-reply' ); ?>
  30.  
  31. <?php wp_head(); ?>
  32.  
  33. </head>
  34.  
  35. <body <?php body_class(); ?>>
  36. <?php if (function_exists('AWM_generate_linking_code'))AWM_generate_linking_code(); ?>
  37. <div id="top">
  38.  
  39. <!-- Begin Masthead -->
  40. <div id="masthead"><div id="header" onclick="location.href='http://spandabel.dk/';" style="cursor: pointer;">
  41. <h4><?php bloginfo('name'); ?> <span><?php bloginfo('description'); ?></span></h4>
  42.  
  43.  
  44. <div class="container">
  45.  
  46. <div class="container-inner">
  47.    
  48.     <?php if ( get_theme_mod( 'header_image' ) ) : ?>      
  49.     <div id="header-image">
  50.     <img src="<?php header_image() ?>" width="950" height="400" alt="" />
  51.  
  52. <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'main-nav' ) ); ?>   
  53.  
  54.  
  55. <div class="clear"></div>
  56.  
  57.  
  58.     <?php endif; ?>