|
9 | 9 | ?><!DOCTYPE html>
|
10 | 10 | <html <?php language_attributes(); ?>>
|
11 | 11 | <head>
|
| 12 | +<!-- Google Consent mode --> |
| 13 | +<script data-cookieconsent="ignore"> |
| 14 | + window.dataLayer = window.dataLayer || []; |
| 15 | + function gtag() { |
| 16 | + dataLayer.push(arguments); |
| 17 | + } |
| 18 | + gtag("consent", "default", { |
| 19 | + ad_storage: "denied", |
| 20 | + analytics_storage: "denied", |
| 21 | + functionality_storage: "denied", |
| 22 | + personalization_storage: "denied", |
| 23 | + security_storage: "granted", |
| 24 | + wait_for_update: 2000, |
| 25 | + }); |
| 26 | + gtag("set", "ads_data_redaction", true); |
| 27 | +</script> |
| 28 | +<!-- End Google Consent mode --> |
| 29 | + |
| 30 | +<script data-cookieconsent="ignore"> |
| 31 | + (function (w, d, s, l, i) { |
| 32 | + w[l] = w[l] || []; |
| 33 | + w[l].push({'gtm.start': new Date().getTime(), event: 'gtm.js'}); |
| 34 | + var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; |
| 35 | + j.async = true; |
| 36 | + j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; |
| 37 | + f.parentNode.insertBefore(j, f); |
| 38 | + })(window, document, 'script', 'dataLayer', 'GTM-WZBKMJP'); |
| 39 | +</script> |
| 40 | +<!-- End Google Tag Manager --> |
| 41 | + |
| 42 | +<!-- Cookiebot --> |
| 43 | +<script |
| 44 | + id="Cookiebot" |
| 45 | + src="https://consent.cookiebot.com/uc.js" |
| 46 | + data-cbid="ec5f4b04-e699-4bea-a9de-eda95d4d9fb7" |
| 47 | + data-blockingmode="auto" |
| 48 | + type="text/javascript" |
| 49 | +></script> |
| 50 | +<!-- End Cookiebot --> |
| 51 | + |
12 | 52 | <meta charset="<?php bloginfo( 'charset' ); ?>">
|
13 | 53 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
14 |
| -<link rel="profile" href="http://gmpg.org/xfn/11"> |
| 54 | +<link rel="profile" href="https://gmpg.org/xfn/11"> |
15 | 55 | <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
|
16 | 56 |
|
17 | 57 | <?php wp_head(); ?>
|
|
34 | 74 | <!-- WordPress HTML -->
|
35 | 75 | <header id="masthead" class="site-header" role="banner">
|
36 | 76 | <div class="site-branding">
|
37 |
| - <a href="https://finds.org.uk" title="Go to the homepage"><img src="https://finds.org.uk/assets/logos/pas.jpg" |
| 77 | + <a href="<?= get_base_url(); ?>" title="Go to the homepage"><img src="<?= get_base_url(); ?>/assets/logos/pas.jpg" |
38 | 78 | alt="The Scheme's logo"
|
39 | 79 | width="213" height="104"/></a>
|
40 | 80 | <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
|
41 | 81 | <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
|
42 | 82 | </div><!-- .site-branding -->
|
43 | 83 |
|
44 |
| - <div class="breadcrumbs" xmlns:v="http://rdf.data-vocabulary.org/#"> |
| 84 | + <div class="breadcrumbs" xmlns:v="https://rdf.data-vocabulary.org/#"> |
45 | 85 | You are here:
|
46 | 86 | <?php if(function_exists('bcn_display'))
|
47 | 87 | {
|
|
64 | 104 | echo
|
65 | 105 |
|
66 | 106 | '<div class="site-sponsorship">
|
67 |
| - <a href="http://www.hlf.org.uk" title="The Heritage Lottery Fund website"><img class="sponsors-hlf" |
68 |
| - src="https://finds.org.uk/assets/logos/HLF_english_compact_pantone_150px.jpg" |
| 107 | + <a href="https://www.hlf.org.uk" title="The Heritage Lottery Fund website"><img class="sponsors-hlf" |
| 108 | + src="<?= get_base_url(); ?>/assets/logos/HLF_english_compact_pantone_150px.jpg" |
69 | 109 | alt="The Heritage Lottery Fund logo"/></a>
|
70 | 110 | </div><!-- .site-sponsorship -->';
|
71 | 111 | }
|
|
0 commit comments