Skip to content
Snippets Groups Projects
Commit b7aa69ed authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #850112 by aaronbauman, riccardoR: overlay breaks secondary tabs for some themes.

parent 3647670d
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -355,8 +355,7 @@ function overlay_preprocess_page(&$variables) {
array_shift($overlay_breadcrumb);
$variables['breadcrumb'] = theme('breadcrumb', array('breadcrumb' => $overlay_breadcrumb));
$variables['tabs'] = '';
$variables['primary_local_tasks'] = '';
unset($variables['tabs'][0]);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment