Skip to content
Snippets Groups Projects
Commit 68519575 authored by Damian Lee's avatar Damian Lee Committed by Tim Plunkett
Browse files

Issue #1346752 by damiankloip | Marshell: Undefined variable: css_class() in include().

parent d7cb9d31
No related branches found
No related tags found
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
......@@ -53,6 +53,8 @@ function template_preprocess_views_view(&$vars) {
$vars['display_id'] = $view->current_display;
// Basic classes
$vars['css_class'] = '';
$vars['classes_array'] = array();
$vars['classes_array'][] = 'view';
$vars['classes_array'][] = 'view-' . drupal_clean_css_identifier($vars['name']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment