diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme index 97e363de3c924c19275d4a3c0f9e048fc2b68dc1..83c8f97cdf1ed69b147dcf5127d9dded39f0ecb5 100644 --- a/uw_fdsu_theme_resp.theme +++ b/uw_fdsu_theme_resp.theme @@ -398,9 +398,9 @@ function uw_fdsu_theme_resp_preprocess_block(&$variables) { // If we do then, set variable to not show page title. if ($variables['plugin_id'] == 'page_title_block') { - // Set the featured image variable to false, we will only + // Set the featured image variable to no, we will only // change if there is a featured image. - $variables['featured_image'] = FALSE; + $variables['featured_image'] = 'no'; // Load the node. $node = \Drupal::routeMatch()->getParameter('node');