custom map draft

This commit is contained in:
2024-10-30 22:05:15 +01:00
parent 13bbaef953
commit 4150f9d8d5
10 changed files with 423 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?php
/**
* @file
* Primary module hooks for reha module.
*/
/**
* Implements hook_theme().
*/
function erable_mod_theme() {
return array(
'svg_mapsites' => array(
'variables' => array('vpw' => null, 'vph' => null, 'sites' => []),
),
);
}