@ -14,6 +14,7 @@
< / title >
< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, minimum-scale=1.0" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, minimum-scale=1.0" >
< meta name = "theme-color" content = " <?php p ( $theme -> getColorPrimary ()); ?> " >
< meta name = "theme-color" content = " <?php p ( $theme -> getColorPrimary ()); ?> " >
< meta name = "csp-nonce" nonce = " <?php p ( $_ [ 'cspNonce' ]); /* Do not pass into "content" to prevent exfiltration */ ?> " >
< link rel = "icon" href = " <?php print_unescaped ( image_path ( 'core' , 'favicon.ico' )); /* IE11+ supports png */ ?> " >
< link rel = "icon" href = " <?php print_unescaped ( image_path ( 'core' , 'favicon.ico' )); /* IE11+ supports png */ ?> " >
< link rel = "apple-touch-icon" href = " <?php print_unescaped ( image_path ( 'core' , 'favicon-touch.png' )); ?> " >
< link rel = "apple-touch-icon" href = " <?php print_unescaped ( image_path ( 'core' , 'favicon-touch.png' )); ?> " >
< link rel = "mask-icon" sizes = "any" href = " <?php print_unescaped ( image_path ( 'core' , 'favicon-mask.svg' )); ?> " color = " <?php p ( $theme -> getColorPrimary ()); ?> " >
< link rel = "mask-icon" sizes = "any" href = " <?php print_unescaped ( image_path ( 'core' , 'favicon-mask.svg' )); ?> " color = " <?php p ( $theme -> getColorPrimary ()); ?> " >