first real commit ouid

This commit is contained in:
2021-11-15 13:15:49 +01:00
parent e3948f683a
commit ea4244da97
13 changed files with 175 additions and 121 deletions
+5 -1
View File
@@ -16,4 +16,8 @@ function eql_preprocess_node(&$variables){
$actu_type = $node->get('field_actu_type')->getString();
$variables['attributes']['class'][] = 'actu-type-' . $actu_type;
}
}
}
///////////////////////////////////////////////////