This commit is contained in:
@@ -39,8 +39,7 @@ function rorschach_preprocess_field(&$variables) {
|
||||
// }
|
||||
if ($field_name == 'block-pagetitle-2') {
|
||||
$depth_title = $node->get('block-pagetitle-2')->getString();
|
||||
$variables['classes_array'][] = "menu-depth-" . $depth_title;
|
||||
|
||||
$variables['classes_array'][] = 'menu-depth-' . $depth_title;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user