diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme index f9eebc3429abc0015c502b885f93040bdf180188..9ca3d434ff6ece31aa4d2c369eb9dd62cae76461 100644 --- a/uw_fdsu_theme_resp.theme +++ b/uw_fdsu_theme_resp.theme @@ -184,7 +184,7 @@ function uw_fdsu_theme_resp_form_system_theme_settings_alter(&$form, FormStateIn * @param array $variables * The variables array. */ -function _uw_fdsu_theme_resp_add_favicons(array &$variables){ +function _uw_fdsu_theme_resp_add_favicons(array &$variables) { // Remove Drupal's favicon. foreach ($variables['page']['#attached']['html_head_link'] as $id => $html_head_link) { if (isset($html_head_link[0]['rel']) && $html_head_link[0]['rel'] == 'shortcut icon') {