This commit is contained in:
2023-11-13 14:14:58 +01:00
parent 5e7eee9100
commit 454f18c2c2
21 changed files with 759 additions and 2230 deletions
+1 -2
View File
@@ -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;
}
}