home projets map block

This commit is contained in:
2025-11-10 16:59:31 +01:00
parent 11c4c6d454
commit f73d86d81a
6 changed files with 244 additions and 0 deletions

View File

@@ -13,5 +13,8 @@ function q2d_mod_theme() {
'svg_mapsites' => array(
'variables' => array('vpw' => null, 'vph' => null, 'sites' => [], 'label' => null),
),
'svg_mapprojets' => array(
'variables' => array('vpw' => null, 'vph' => null, 'sites' => [], 'label' => null),
),
);
}