From 0646dc7c02bcc0b64a13bd635b53daa387fc06b7 Mon Sep 17 00:00:00 2001 From: Angela McMahon Date: Mon, 22 Jan 2018 11:31:30 -0600 Subject: [PATCH 1/2] INTERIM-149 Update sitemap and site index with span ..instead of i --- templates/default_region_content_blocks/footer_third.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default_region_content_blocks/footer_third.tpl.php b/templates/default_region_content_blocks/footer_third.tpl.php index 26851fe..4b85c51 100644 --- a/templates/default_region_content_blocks/footer_third.tpl.php +++ b/templates/default_region_content_blocks/footer_third.tpl.php @@ -1,8 +1,8 @@ From 2dd0a4c3e4055ca4e9221d8468a7376a1d0134ad Mon Sep 17 00:00:00 2001 From: Angela McMahon Date: Mon, 22 Jan 2018 11:40:28 -0600 Subject: [PATCH 2/2] INTERIM-149 Update social media icons to use span --- template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.php b/template.php index 1a3f649..402aef1 100644 --- a/template.php +++ b/template.php @@ -363,7 +363,7 @@ function suitcase_interim_menu_link__menu_social($variables) { } if (!empty($font_awesome_icon)) { - $element['#title'] = ''; + $element['#title'] = ''; $element['#localized_options']['html'] = TRUE; }