drupal-erable/web/modules/custom/erable_mod/erable_mod.module

18 lines
251 B
PHP

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