Skip to content
Snippets Groups Projects
Commit 6fe93705 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-4864: put last change in a more logical spot

parent 8d621416
No related branches found
No related tags found
No related merge requests found
...@@ -211,9 +211,9 @@ function _uw_fdsu_theme_resp_add_favicons(array &$variables) { ...@@ -211,9 +211,9 @@ function _uw_fdsu_theme_resp_add_favicons(array &$variables) {
'rel' => 'apple-touch-icon', 'rel' => 'apple-touch-icon',
'href' => $favicon_base_path . '/apple-touch-icon.png', 'href' => $favicon_base_path . '/apple-touch-icon.png',
]; ];
$variables['page']['#attached']['html_head_link'][] = [$favicon_apple];
// Manifest needs a full URL. // Manifest needs a full URL.
$favicon_base_path = \Drupal::request()->getSchemeAndHttpHost() . $favicon_base_path; $favicon_base_path = \Drupal::request()->getSchemeAndHttpHost() . $favicon_base_path;
$variables['page']['#attached']['html_head_link'][] = [$favicon_apple];
$manifest = [ $manifest = [
'icons' => [ 'icons' => [
[ [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment