HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/cga.org.uk/public_html-20250527134140/wp-content/themes/simpleshift/header.php
<!doctype html>
<html <?php language_attributes(); ?>>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
        <?php wp_head(); ?>        
    </head>
    <body <?php body_class(); ?> id="<?php if (simpleshift_get_option('home-slug')=='') {echo "home";} else {echo esc_attr(simpleshift_get_option('home-slug'));} ?>">
        <header>
            <div class="container">
                <?php get_template_part( 'parts/header', 'menu'); ?>
            </div>
        </header>
        <?php get_template_part( 'parts/header','banner'); ?>