custom map draft
This commit is contained in:
17
web/modules/custom/erable_mod/erable_mod.module
Normal file
17
web/modules/custom/erable_mod/erable_mod.module
Normal 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' => []),
|
||||
),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user