created reha theme

This commit is contained in:
2023-11-20 21:17:12 +01:00
parent e7474a2258
commit ea98958dc8
27 changed files with 2793 additions and 6 deletions
+27
View File
@@ -0,0 +1,27 @@
<?php
/**
* @file
* Functions to support theming in the reha theme.
*/
/**
* Implements hook_preprocess_HOOK() for html.html.twig.
*/
function reha_preprocess_html(&$variables) {
}
/**
* Implements hook_preprocess_HOOK() for page.html.twig.
*/
function reha_preprocess_page(&$variables) {
}
/**
* Implements hook_preprocess_HOOK() for node.html.twig.
*/
function reha_preprocess_node(&$variables) {
}