This is the code I have
<?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
<![endif]-->
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="page" class="hfeed">
<?php do_action( 'before' ); ?>
<div id="header" class="fix" onclick="location.href='https://www.fitfasttrainers.co.uk';" style="cursor: pointer;">
<hgroup>
<h1 id="site-title"><a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
</hgroup>
<nav id="access" role="navigation">
<h1 class="assistive-text section-heading"><?php _e( 'Main menu', 'PersonalTrainer' ); ?></h1>
<div class="skip-link screen-reader-text"><a href="#content">"><?php _e( 'Skip to content', 'PersonalTrainer' ); ?></a></div>
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav><!-- #access -->
<img src="<?php header_image(); ?>" height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" alt="" class="size-full" />
</header><!-- #branding -->
<div id="main">
[Please use the code buttons when posting code here – as is, your code may have been damaged by the forums parser]