diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme index 492f2bd320188dd6efedcc44cfd63cf6f8142415..fe09b2abdb20bb34d4e2180ad8767e6a057415ae 100644 --- a/uw_fdsu_theme_resp.theme +++ b/uw_fdsu_theme_resp.theme @@ -173,7 +173,7 @@ function uw_fdsu_theme_resp_preprocess_region(&$variables) { $variables['branding_menu_style'] = theme_get_setting('wcms_branding_menu_style', 'uw_fdsu_theme_resp') ? theme_get_setting('wcms_branding_menu_style', 'uw_fdsu_theme_resp') : 'compressed'; } // The menu style is set to 'compressed' if the level is not 'full'. - elseif ($variables['branding_level'] != 'full') { + else { $variables['branding_menu_style'] = 'compressed'; }