Skip to content

Commit

Permalink
OEL-1160: Remove obsolete suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
escuriola committed Feb 22, 2022
1 parent b74f1bd commit 4e4fb05
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions oe_whitelabel.theme
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,3 @@ function oe_whitelabel_preprocess_page(&$variables) {
}
$variables['site_logo_href'] = $site_logo_href;
}

/**
* Implements hook_theme_suggestions_HOOK_alter().
*/
function oe_whitelabel_theme_suggestions_page_alter(array &$suggestions, array $variables): void {
// Set branding template in the beginning as more common.
array_unshift($suggestions, 'page__bcl_branding');
}

0 comments on commit 4e4fb05

Please sign in to comment.