css form user registrer

This commit is contained in:
2023-11-23 14:46:08 +01:00
parent fd3f2e013f
commit 0eb7f122f1
16 changed files with 520 additions and 110 deletions
+4
View File
@@ -30,3 +30,7 @@ function reha_preprocess_node(&$variables) {
$node = &$variables['node'];
$variables['attributes']['class'][] = 'node-type-' . $node->gettype();
}