front ready to css

This commit is contained in:
2023-12-04 13:56:23 +01:00
parent c2faabd427
commit c62ab40411
114 changed files with 5846 additions and 52 deletions

View File

@@ -25,3 +25,10 @@ function erabletheme_preprocess_page(&$variables) {
function erabletheme_preprocess_node(&$variables) {
}
/**
* Implements hook_preprocess_HOOK() for node.html.twig.
*/
function erabletheme_preprocess_form(&$variables) {
$t="t";
}