Skip to content
Snippets Groups Projects

Issue #3341675: Removed class from blb container

1 file
+ 0
7
Compare changes
  • Side-by-side
  • Inline
+ 0
7
@@ -31,13 +31,6 @@ function ws_event_theme() {
];
}
/**
* Implements hook_preprocess_blb_container_wrapper().
*/
function ws_event_preprocess_blb_container_wrapper( &$variables ) {
$variables['attributes']['class'][] = 'container-wrapper';
}
/**
* Implements hook_preprocess_blb_section().
*/
Loading