etape CT, home page, header, map, filters, theme

This commit is contained in:
2024-07-10 16:16:51 +02:00
parent 1b27b8521f
commit 5bd2fc7ee0
50 changed files with 6290 additions and 31 deletions

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 caravane_preprocess_html(&$variables) {
}
/**
* Implements hook_preprocess_HOOK() for page.html.twig.
*/
function caravane_preprocess_page(&$variables) {
}
/**
* Implements hook_preprocess_HOOK() for node.html.twig.
*/
function caravane_preprocess_node(&$variables) {
}