drupal-quartiersdedemain/web/modules/custom/q2d_mod/q2d_mod.module

17 lines
260 B
PHP

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