Issue 3443810: added extra steps for the preprocess navigation hook to ensure...
1 unresolved thread
Issue 3443810: added extra steps for the preprocess navigation hook to ensure the needed logo variables are available for the template.
Closes #3443810
Merge request reports
Activity
212 212 */ 213 213 function template_preprocess_navigation(array &$variables): void { 214 214 $variables['hide_logo'] = $variables['content']['#hide_logo'] ?? TRUE; 215 $page_top = []; added 1 commit
- bce68668 - Issue 3443810: ensured the code follows Drupal PHP coding standards.
Please register or sign in to reply