@@ -51,7 +51,7 @@ functionality_storage: "denied",
51
51
52
52
<meta charset="<?php bloginfo ( 'charset ' ); ?> ">
53
53
<meta name="viewport" content="width=device-width, initial-scale=1">
54
- <link rel="profile" href="http ://gmpg.org/xfn/11">
54
+ <link rel="profile" href="https ://gmpg.org/xfn/11">
55
55
<link rel="pingback" href="<?php bloginfo ( 'pingback_url ' ); ?> ">
56
56
57
57
<?php wp_head (); ?>
@@ -74,14 +74,14 @@ functionality_storage: "denied",
74
74
<!-- WordPress HTML -->
75
75
<header id="masthead" class="site-header" role="banner">
76
76
<div class="site-branding">
77
- <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"
78
78
alt="The Scheme's logo"
79
79
width="213" height="104"/></a>
80
80
<h1 class="site-title"><a href="<?php echo esc_url ( home_url ( '/ ' ) ); ?> " rel="home"><?php bloginfo ( 'name ' ); ?> </a></h1>
81
81
<h2 class="site-description"><?php bloginfo ( 'description ' ); ?> </h2>
82
82
</div><!-- .site-branding -->
83
83
84
- <div class="breadcrumbs" xmlns:v="http ://rdf.data-vocabulary.org/#">
84
+ <div class="breadcrumbs" xmlns:v="https ://rdf.data-vocabulary.org/#">
85
85
You are here:
86
86
<?php if (function_exists ('bcn_display ' ))
87
87
{
@@ -104,8 +104,8 @@ functionality_storage: "denied",
104
104
echo
105
105
106
106
'<div class="site-sponsorship">
107
- <a href="http ://www.hlf.org.uk" title="The Heritage Lottery Fund website"><img class="sponsors-hlf"
108
- 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"
109
109
alt="The Heritage Lottery Fund logo"/></a>
110
110
</div><!-- .site-sponsorship --> ' ;
111
111
}
0 commit comments